Add default "check" rules for Makefiles that don't have a make check target
authorTheodore Tso <tytso@mit.edu>
Fri, 7 Oct 1994 03:15:42 +0000 (03:15 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 7 Oct 1994 03:15:42 +0000 (03:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4467 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/post.in

index 0b5e92e6c2bef5be022d012251dd0b4693212006..8d4bc9e0fc537f6da34ed33ff64683cb000ac2c7 100644 (file)
@@ -1,5 +1,8 @@
 Thu Oct  6 19:41:52 1994  Theodore Y. Ts'o  (tytso@dcl)
 
+       * post.in: add default "check" rule for Makefiles that don't do
+               anything else.
+
        * pre.in: add default all:: rule at the end of pre.in
 
 Thu Aug  4 03:52:23 1994  Tom Yu  (tlyu@dragons-lair)
index 8d9495e371aaceea065a4c59ebb9fae60bd37c2d..b8a0e1d5503cc66ef9d215b6c5c7cc09270e31e1 100644 (file)
@@ -3,6 +3,8 @@
 #
 all::
 
+check::
+
 clean::
        if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi