aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-08-28 13:29:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-08-28 13:29:41 +0000
commit82ac9ecfe59e25606d6e4163ba182a547f9d7180 (patch)
tree7453f52242abbd93b3ffadcc0a0795ce8cb9da3e
parent099ed50f911b61a1591a319df0d16ce0faaa5769 (diff)
downloadbusybox-w32-82ac9ecfe59e25606d6e4163ba182a547f9d7180.tar.gz
busybox-w32-82ac9ecfe59e25606d6e4163ba182a547f9d7180.tar.bz2
busybox-w32-82ac9ecfe59e25606d6e4163ba182a547f9d7180.zip
- pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d16c2b227..82e002603 100644
--- a/Makefile
+++ b/Makefile
@@ -448,9 +448,6 @@ include/usage_compressed.h: .config $(USAGE_BIN) \
448 "$(top_builddir)/scripts" > $@ 448 "$(top_builddir)/scripts" > $@
449endif # CONFIG_FEATURE_COMPRESS_USAGE 449endif # CONFIG_FEATURE_COMPRESS_USAGE
450 450
451# workaround alleged bug in make-3.80, make-3.81
452.NOTPARALLEL: .depend
453
454depend dep: .depend 451depend dep: .depend
455.depend: scripts/bb_mkdep $(USAGE_BIN) $(DEP_INCLUDES) 452.depend: scripts/bb_mkdep $(USAGE_BIN) $(DEP_INCLUDES)
456 $(disp_gen) 453 $(disp_gen)