summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/aclocal.m43
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 043528b4e..85e83c6bb 100644
--- 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 51680dd0f..96ad954c9 100644
--- 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