diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-28 13:29:41 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-08-28 13:29:41 +0000 |
commit | 82ac9ecfe59e25606d6e4163ba182a547f9d7180 (patch) | |
tree | 7453f52242abbd93b3ffadcc0a0795ce8cb9da3e | |
parent | 099ed50f911b61a1591a319df0d16ce0faaa5769 (diff) | |
download | busybox-82ac9ecfe59e25606d6e4163ba182a547f9d7180.tar.gz |
- pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -448,9 +448,6 @@ include/usage_compressed.h: .config $(USAGE_BIN) \ "$(top_builddir)/scripts" > $@ endif # CONFIG_FEATURE_COMPRESS_USAGE -# workaround alleged bug in make-3.80, make-3.81 -.NOTPARALLEL: .depend - depend dep: .depend .depend: scripts/bb_mkdep $(USAGE_BIN) $(DEP_INCLUDES) $(disp_gen) |