blob: 3e020cb7d0c87d5f11573ea0791966dc5c96c8e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: w3c-libwww-5.4.0/Library/src/Makefile.am
===================================================================
--- w3c-libwww-5.4.0.orig/Library/src/Makefile.am
+++ w3c-libwww-5.4.0/Library/src/Makefile.am
@@ -50,7 +50,7 @@ SUFFIXES = .h .html .txt
endif
icondir = @icondir@
-CPPFLAGS := $(CPPFLAGS) -DW3C_ICONS=\"$(icondir)\"
+CPPFLAGS = -DW3C_ICONS=\"$(icondir)\"
inc: $(BUILT_SOURCES)
@echo Generated built sources
|