aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-26 06:20:54 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-26 06:20:54 +0000
commit63ae66198d3f2d51d077a8fbcdaf1e5fe80a210f (patch)
tree9077da77a60c9e12804427b4ebeb288025414eec /Makefile
parentb67adb0d83f48b0505f08fc01d70545aa0dc38d5 (diff)
downloadbusybox-63ae66198d3f2d51d077a8fbcdaf1e5fe80a210f.tar.gz
use the pedantically correct compiler for preprocessing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8f4b251d..67cdb315b 100644
--- a/Makefile
+++ b/Makefile
@@ -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