1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/libs/clearsilver/patches/001-gcc-vs-dollar-cc.patch
2010-02-24 17:02:13 +00:00

12 lines
351 B
Diff

--- a/rules.mk.in
+++ b/rules.mk.in
@@ -158,7 +158,7 @@ Makefile.depends: $(NEOTONIC_ROOT)/rules
@touch Makefile.depends
@if test "x" != "x$(SOURCE_FILES)"; then \
for II in "$(SOURCE_FILES)"; do \
- gcc -M -MG ${CFLAGS} $$II >> Makefile.depends; \
+ $(CC) -M -MG ${CFLAGS} $$II >> Makefile.depends; \
done; \
fi
@echo "** (done) "