summaryrefslogtreecommitdiff
blob: b2b8ba1c3b82fe4b0f90235acc1f35b9bce1b5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/725238
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ CORES := core.* core
 debug ldebug rdebug lean verify touch incbuild 
 
 .c.o :
-	$(CC) $(ALL_CFLAGS) $(CPPFLAGS) $(CDEFS) $(COPT) -c $< -o $@
+	$(CC) $(CFLAGS) $(CPPFLAGS) $(CDEFS) $(COPT) -c $< -o $@
 
 release:
 	@echo -e "\nMaking a [release] version (use 'debug' target as an alternative)\n"