aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorRyan Anderson <ryan@michonline.com>2003-06-07 18:42:48 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:00:50 -0700
commitfaccc8f14eab18b1925a36b58f0ab03a59eb1772 (patch)
treecef0cb6d1c33f6a4c6bec6303469596eb722ad34 /Makefile
parent5528ae996c02390a6f05cbcf6bc9cf3a1199824d (diff)
downloadsparse-dev-faccc8f14eab18b1925a36b58f0ab03a59eb1772.tar.gz
[PATCH] Use $(CC) consistently throughout the Makefile
This patch makes compilation of sparse use the correct version of gcc throughout. (It doesn't seem to have caused any problems, but the current situation isn't strictly correct, so...)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41e4485c..51692fbe 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ test-parsing.o: $(LIB_H)
tokenize.o: $(LIB_H)
pre-process.h:
- echo "#define GCC_INTERNAL_INCLUDE \"`gcc -print-file-name=include`\"" > pre-process.h
+ echo "#define GCC_INTERNAL_INCLUDE \"`$(CC) -print-file-name=include`\"" > pre-process.h
clean:
rm -f *.[oasi] core core.[0-9]* $(PROGRAMS) pre-process.h