typo fix in comment
[oweals/busybox.git] / Makefile
index 75a33c1fb51a66bc411f38e2baa2955f2f8ec12f..5cfc76306bbb215706e292128bc7d08ab59c0fb5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 VERSION = 1
-PATCHLEVEL = 25
+PATCHLEVEL = 26
 SUBLEVEL = 0
 EXTRAVERSION = .git
 NAME = Unnamed
@@ -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