projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0617e62
)
Remove header file from include directory when doing a make clean
author
Theodore Tso
<tytso@mit.edu>
Mon, 24 Oct 1994 18:26:59 +0000
(18:26 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Mon, 24 Oct 1994 18:26:59 +0000
(18:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4552
dc483132
-0cff-0310-8789-
dd5450dbe970
src/ChangeLog
patch
|
blob
|
history
src/aclocal.m4
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 043528b4e96cffc9db74a245fc6565d554ea9d77..85e83c6bb02e27fa9fcb8013117d9e1cb5ff61ca 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+Sat Oct 22 13:25:18 1994 (tytso@rsx-11)
+
+ * aclocal.m4 (CopyHeader): Remove header file from include
+ directory when doing a make clean.
+
Tue Oct 11 17:07:15 1994 Theodore Y. Ts'o (tytso@dcl)
* aclocal.m4: Make sure we do our feature tests using the CC
diff --git
a/src/aclocal.m4
b/src/aclocal.m4
index 51680dd0ffb7153e94f68012a9daea50c22269f3..96ad954c9cc96ae98eea7fd3beb8abfb30eccf1a 100644
(file)
--- a/
src/aclocal.m4
+++ b/
src/aclocal.m4
@@
-366,6
+366,9
@@
includes:: $1
(set -x; [$](RM) $2/$1; [$](CP) $1 $2/$1) \
fi
+clean::
+ $(RM) $2/$1
+
divert(0)dnl
])dnl
dnl