summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog3
-rw-r--r--src/config/post.in2
2 files changed, 5 insertions, 0 deletions
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