Fixed stupid type in make install target
authorTheodore Tso <tytso@mit.edu>
Thu, 15 Sep 1994 01:49:54 +0000 (01:49 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 15 Sep 1994 01:49:54 +0000 (01:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4234 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/user_user/ChangeLog [new file with mode: 0644]
src/appl/user_user/Makefile.in

diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog
new file mode 100644 (file)
index 0000000..24d6af7
--- /dev/null
@@ -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.
index 24282e53c09c6561ddcd6ab10f97f2059f871d4a..c0a5094db7e31246f1fcca415450bb61870f2722 100644 (file)
@@ -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