summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-11 12:41:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-11 12:41:44 +0000
commit62dde243771932d32d3a67e023fb9352eed71337 (patch)
tree8548e38bbcc0a147089567096343880eb4067560 /Makefile
parent02be969f41c81477fc7f109f63f56534a209ee38 (diff)
downloaddrakx-backup-do-not-use-62dde243771932d32d3a67e023fb9352eed71337.tar
drakx-backup-do-not-use-62dde243771932d32d3a67e023fb9352eed71337.tar.gz
drakx-backup-do-not-use-62dde243771932d32d3a67e023fb9352eed71337.tar.bz2
drakx-backup-do-not-use-62dde243771932d32d3a67e023fb9352eed71337.tar.xz
drakx-backup-do-not-use-62dde243771932d32d3a67e023fb9352eed71337.zip
(dirs): "make all" in dirs so that mdk-stage1 can have a different
behaviour
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0187d6fb9..777177f0c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ endif
dirs:
@for n in . $(DIRS); do \
- [ "$$n" = "." ] || make -C $$n ;\
+ [ "$$n" = "." ] || make -C $$n all ;\
done
rescue: modules