projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d31589
)
fixing clean rules
author
Tom Yu
<tlyu@mit.edu>
Sun, 3 Jul 1994 08:42:43 +0000
(08:42 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Sun, 3 Jul 1994 08:42:43 +0000
(08:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3948
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/ChangeLog
patch
|
blob
|
history
src/config/post.in
patch
|
blob
|
history
diff --git
a/src/config/ChangeLog
b/src/config/ChangeLog
index f032be3adb4fd0ceaa10ac02e9cfe122df36c4d1..c39aa6fc8bb3207c215f25397b248aad44e31882 100644
(file)
--- 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 0d3de0c65a384f2b32273914f398849578e4a50f..279aee7653cd9ee29b4849b6382aae37dec4e673 100644
(file)
--- 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