Don't use $< in a non suffix rule context
authorTheodore Tso <tytso@mit.edu>
Tue, 8 Nov 1994 06:45:40 +0000 (06:45 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 8 Nov 1994 06:45:40 +0000 (06:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4645 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/Makefile.in

index 98c29551e743ed55631bf931e8383dad30ddf71b..52c6d37a44656b4c8c9c715156db6502e87bac06 100644 (file)
@@ -1,3 +1,7 @@
+Tue Nov  8 01:44:26 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: Don't use $< in a non suffix rule context.
+
 Tue Nov  1 14:49:00 1994    (tytso@rsx-11)
 
        * libupdate.sh: Use library.stamp to determine whether or not
index b95fd594caa17968ba1a6fa884f0568a8ceba871..56ae9233f310195a8c7aa231e45a08d0fde23412 100644 (file)
@@ -7,7 +7,7 @@ all:: libupdate
 
 libupdate: $(srcdir)/libupdate.sh
        rm -f $@ $@.tmp
-       $(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
+       $(editsh) $(srcdir)/libupdate.sh > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
 
 clean::
        $(RM) libupdate