From 82ac9ecfe59e25606d6e4163ba182a547f9d7180 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 28 Aug 2006 13:29:41 +0000 Subject: [PATCH] - pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause --- Makefile | 3 --- 1 file changed, 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) \ "$(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) -- 2.25.1