summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-12-09 14:55:25 +0000
committerThierry Vignaud <tv@mandriva.org>2009-12-09 14:55:25 +0000
commite7ccbc5fefe9afe6f824707174c81e8b87b16a6b (patch)
tree3774ea1a896f750c35d223c321c1a102a4bff2b2 /Makefile
parentb1b9167e9ad93dc6e18d915b332905fe53a4b8b8 (diff)
downloadmgaonline-e7ccbc5fefe9afe6f824707174c81e8b87b16a6b.tar
mgaonline-e7ccbc5fefe9afe6f824707174c81e8b87b16a6b.tar.gz
mgaonline-e7ccbc5fefe9afe6f824707174c81e8b87b16a6b.tar.bz2
mgaonline-e7ccbc5fefe9afe6f824707174c81e8b87b16a6b.tar.xz
mgaonline-e7ccbc5fefe9afe6f824707174c81e8b87b16a6b.zip
(all) remove debug statement
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b348173..5a04d51a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
all:
(find -name '*.pm' -o -name mdkapplet\* -o -name mdkupdate -o -name mdvonline_agent.pl -type f) | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
- exit 1
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
clean: