You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/xvnkb/files/xvnkb-cc.patch

11 lines
217 B

--- a/tools/Makefile.common
+++ b/tools/Makefile.common
@@ -49,6 +49,6 @@
Makefile.dep:
@echo
@echo -n Create $@ ...
- @gcc -I$(XLIB_INC) -MM *.c > $@
+ @$(CC) -I$(XLIB_INC) -MM *.c > $@
@echo " done"
@echo