From f5908100a14a538d9692fead41d67fcdc8059f3f Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 7 Oct 1994 03:15:42 +0000 Subject: [PATCH] Add default "check" rules for Makefiles that don't have a make check target git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4467 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/ChangeLog | 3 +++ src/config/post.in | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 0b5e92e6c..8d4bc9e0f 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -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) diff --git a/src/config/post.in b/src/config/post.in index 8d9495e37..b8a0e1d55 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -3,6 +3,8 @@ # all:: +check:: + clean:: if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi -- 2.26.2