summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-01-02 02:20:18 +0000
committerTom Tromey <tromey@redhat.com>1996-01-02 02:20:18 +0000
commit3aba9acdce3cccdd786d446e636c7602308192ef (patch)
treefffaab71f15e3a317fed17c435a26986e2a7d552 /lib/am/compile.am
parentec4892f69968720e8c53d33adaa65d1a8d801c8d (diff)
downloadautomake-3aba9acdce3cccdd786d446e636c7602308192ef.tar.gz
Many changes from Franc,ois
Diffstat (limited to 'lib/am/compile.am')
-rw-r--r--lib/am/compile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/compile.am b/lib/am/compile.am
index 36371bcae..2570db799 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -2,6 +2,7 @@
$(COMPILE) $<
mostlyclean-compile:
+## Don't remove 'core.*' because some distributions have eg "core.c".
rm -f *.o core
clean-compile:
@@ -10,4 +11,3 @@ distclean-compile:
rm -f *.tab.c
maintainer-clean-compile:
-