summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-09-25 04:56:27 +0000
committerTom Tromey <tromey@redhat.com>1997-09-25 04:56:27 +0000
commit8551a9bd5f1cadf6f250b4686a89969d02943cab (patch)
treeee06c8f840f975583cd869d8e32e22b2598a08e4 /lib/am/compile.am
parent49e7073d1980e8c09f21a2b62e44ee544d45be0e (diff)
downloadautomake-8551a9bd5f1cadf6f250b4686a89969d02943cab.tar.gz
bug fix for bsd/ultrix
Diffstat (limited to 'lib/am/compile.am')
-rw-r--r--lib/am/compile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/am/compile.am b/lib/am/compile.am
index a8ac4a0a9..ea67e7bf6 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -20,11 +20,11 @@
mostlyclean-compile:
## Don't remove 'core.*' because some distributions have eg "core.c".
- rm -f *.o core
+ -rm -f *.o core
clean-compile:
distclean-compile:
- rm -f *.tab.c
+ -rm -f *.tab.c
maintainer-clean-compile: