summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-06 14:28:35 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-06 14:28:35 +0000
commit674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8 (patch)
tree033bb02dd76c0128a2fe839126ed692515d133ab /Rules.mak
parent7e496a71cfe54f192508427f9c8ea5be764952bd (diff)
downloadbusybox-w32-674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8.tar.gz
busybox-w32-674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8.tar.bz2
busybox-w32-674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8.zip
Fix it so usage is _always_ in sync with applets.c. Previously,
broken depends allowed these to get out of sync.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak11
1 files changed, 0 insertions, 11 deletions
diff --git a/Rules.mak b/Rules.mak
index 5e0a5e672..4a1a1bd88 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -192,17 +192,6 @@ CFLAGS += $(CFLAGS_EXTRA)
192%.o: %.c 192%.o: %.c
193 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< 193 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
194 194
195ifdef _FASTDEP_ALL_SUB_DIRS
196fastdep: dummy
197 $(TOPDIR)scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
198ifdef ALL_SUB_DIRS
199 $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
200endif
201
202$(patsubst %,_sfdep_%,$(_FASTDEP_ALL_SUB_DIRS)):
203 $(MAKE) -C $(patsubst _sfdep_%,%,$@) fastdep
204endif
205
206.PHONY: dummy 195.PHONY: dummy
207 196
208 197