diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-09-15 01:49:54 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-09-15 01:49:54 +0000 |
| commit | d9e9a0bb53594eb16d7961b3b36052fa3f14a08e (patch) | |
| tree | 3d31424c7285a4f09dd19a2dc087ff02c51d4070 /src | |
| parent | b7f9b68a41cd8711cabe6777415e2e765cbcd890 (diff) | |
| download | krb5-d9e9a0bb53594eb16d7961b3b36052fa3f14a08e.tar.gz krb5-d9e9a0bb53594eb16d7961b3b36052fa3f14a08e.tar.xz krb5-d9e9a0bb53594eb16d7961b3b36052fa3f14a08e.zip | |
Fixed stupid type in make install target
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4234 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/user_user/ChangeLog | 3 | ||||
| -rw-r--r-- | src/appl/user_user/Makefile.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog new file mode 100644 index 000000000..24d6af7b9 --- /dev/null +++ b/src/appl/user_user/ChangeLog @@ -0,0 +1,3 @@ +Wed Sep 14 21:47:00 1994 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in: Fixed stupid typo (uusrever) in the install target. diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in index 24282e53c..c0a5094db 100644 --- a/src/appl/user_user/Makefile.in +++ b/src/appl/user_user/Makefile.in @@ -29,7 +29,7 @@ all:: uuserver install:: $(INSTALL_PROGRAM) uuclient $(DESTDIR)$(CLIENT_BINDIR)/uuclient - $(INSTALL_PROGRAM) uuserver $(DESTDIR)$(SERVER_BINDIR)/uusrever + $(INSTALL_PROGRAM) uuserver $(DESTDIR)$(SERVER_BINDIR)/uuserver clean:: $(RM) server.o uuserver |
