diff options
Diffstat (limited to 'src/appl/user_user')
-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 0000000000..24d6af7b97 --- /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 24282e53c0..c0a5094db7 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 |