diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-08-28 13:29:41 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-08-28 13:29:41 +0000 |
commit | 91e9e31ac059a4f9c08c6c0759591b569f320a3d (patch) | |
tree | 7453f52242abbd93b3ffadcc0a0795ce8cb9da3e | |
parent | 2bec9b485cb971cafa9f123c7a6d61b627d8afd8 (diff) | |
download | busybox-w32-91e9e31ac059a4f9c08c6c0759591b569f320a3d.tar.gz busybox-w32-91e9e31ac059a4f9c08c6c0759591b569f320a3d.tar.bz2 busybox-w32-91e9e31ac059a4f9c08c6c0759591b569f320a3d.zip |
- pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause
git-svn-id: svn://busybox.net/trunk/busybox@16000 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -448,9 +448,6 @@ include/usage_compressed.h: .config $(USAGE_BIN) \ | |||
448 | "$(top_builddir)/scripts" > $@ | 448 | "$(top_builddir)/scripts" > $@ |
449 | endif # CONFIG_FEATURE_COMPRESS_USAGE | 449 | endif # CONFIG_FEATURE_COMPRESS_USAGE |
450 | 450 | ||
451 | # workaround alleged bug in make-3.80, make-3.81 | ||
452 | .NOTPARALLEL: .depend | ||
453 | |||
454 | depend dep: .depend | 451 | depend 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) |