summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog4
-rw-r--r--src/config/post.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index f032be3ad..c39aa6fc8 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jul 3 04:41:54 1994 Tom Yu (tlyu at dragons-lair)
+
+ * post.in: fixing missing semicolon in make rules
+
Sat Jul 2 00:03:24 1994 Tom Yu (tlyu at dragons-lair)
* pre.in: added KRB4 to the template to keep things like v4server
diff --git a/src/config/post.in b/src/config/post.in
index 0d3de0c65..279aee765 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -4,5 +4,5 @@
all::
clean::
- if test -n "$(OBJS)" ; then $(RM) $(OBJS) fi
+ if test -n "$(OBJS)" ; then $(RM) $(OBJS); fi