diff options
| author | Ryan Anderson <ryan@michonline.com> | 2003-06-07 18:42:48 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:00:50 -0700 |
| commit | faccc8f14eab18b1925a36b58f0ab03a59eb1772 (patch) | |
| tree | cef0cb6d1c33f6a4c6bec6303469596eb722ad34 /Makefile | |
| parent | 5528ae996c02390a6f05cbcf6bc9cf3a1199824d (diff) | |
| download | sparse-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
