build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds
[oweals/busybox.git] / Makefile
index 75a33c1fb51a66bc411f38e2baa2955f2f8ec12f..d5950230dcb6d2acc81a23d4e22a0ed8a2ac72ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -611,7 +611,7 @@ quiet_cmd_busybox__ ?= LINK    $@
       "$(core-y)" \
       "$(libs-y)" \
       "$(LDLIBS)" \
-      && $(srctree)/scripts/generate_BUFSIZ.sh include/common_bufsiz.h
+      && $(srctree)/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h
 
 # Generate System.map
 quiet_cmd_sysmap = SYSMAP