summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-12-04 15:59:31 +0000
committerThierry Vignaud <tv@mandriva.org>2007-12-04 15:59:31 +0000
commit80e620690f1371ec7ba8f91f32bf1f1e41eabc72 (patch)
tree815a16a119b28a338a4a4af7443eaa69629638c6 /Makefile
parent276547a432e736775f950ef3121c3cf38a9a4083 (diff)
downloadmgaonline-80e620690f1371ec7ba8f91f32bf1f1e41eabc72.tar
mgaonline-80e620690f1371ec7ba8f91f32bf1f1e41eabc72.tar.gz
mgaonline-80e620690f1371ec7ba8f91f32bf1f1e41eabc72.tar.bz2
mgaonline-80e620690f1371ec7ba8f91f32bf1f1e41eabc72.tar.xz
mgaonline-80e620690f1371ec7ba8f91f32bf1f1e41eabc72.zip
drop useless rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a81987a4..bc92af8e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ localedir = $(PREFIX)/usr/share/locale
override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
-all: mdkonline
+all:
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
clean: