aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-04-19 13:40:16 +0000
committerJosip Rodin <joy>2001-04-19 13:40:16 +0000
commitf1c47b74f8cf7835cb9f8472c5367ea72d14e497 (patch)
tree202a66c079d1be2236761a3680eff3b143a0eaf7 /Makefile.common
parentdaa708814403b6ce54861002451197cb102c1082 (diff)
one sh for rm is enough :)
CVS version numbers Makefile.common: 1.28 -> 1.29
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 5c86c6cf19a..5d95361c695 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -68,8 +68,7 @@ $(existing-SUBS-install):
-$(MAKE) -C $(subst -install,,$@) install
clean::
- rm -f *.$(LANGUAGE).html
- rm -f *~
+ rm -f *.$(LANGUAGE).html *~
clean:: $(existing-SUBS-clean)
$(existing-SUBS-clean):

© 2014-2024 Faster IT GmbH | imprint | privacy policy