use the pedantically correct compiler for preprocessing

This commit is contained in:
Eric Andersen
2001-09-26 06:20:54 +00:00
parent b67adb0d83
commit 63ae66198d
3 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ CFLAGS += $(CFLAGS_EXTRA)
all: applet_source_list busybox busybox.links doc
applet_source_list: busybox.sh Config.h
(echo -n "APPLET_SOURCES := "; BB_SRC_DIR=$(BB_SRC_DIR) $(SHELL) $^) > $@
(echo -n "APPLET_SOURCES := "; CC="$(CC)" BB_SRC_DIR="$(BB_SRC_DIR)" $(SHELL) $^) > $@
doc: olddoc