summaryrefslogtreecommitdiff
path: root/lib/am/clean.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-29 06:05:02 +0000
committerTom Tromey <tromey@redhat.com>1995-11-29 06:05:02 +0000
commit1a61d12dc1180322a2f554f7b37065b74a118a71 (patch)
treea3aeeba3b869b5be2d250037f6fd47e5bbf65e30 /lib/am/clean.am
parentb4d85753fdf9154d46f4f1730ae665ab5c69598b (diff)
downloadautomake-1a61d12dc1180322a2f554f7b37065b74a118a71.tar.gz
(clean-generic): Always supply 'else' clause to 'if'
Diffstat (limited to 'lib/am/clean.am')
-rw-r--r--lib/am/clean.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/am/clean.am b/lib/am/clean.am
index d608d4905..36869f550 100644
--- a/lib/am/clean.am
+++ b/lib/am/clean.am
@@ -3,6 +3,8 @@ mostlyclean-generic:
clean-generic:
if test -n "$(CLEANFILES)"; then \
rm -f $(CLEANFILES); \
+ else \
+ true; \
fi
distclean-generic: