diff options
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -118,8 +118,9 @@ include $(hurdsource)/Maketools # Flags for compilation. # It is important to have this inclusion first; that picks up our # library header files locally rather than from installed copies. -CPPFLAGS := -I$(hurdsource) -CFLAGS := -Wall -Wno-parentheses -g +# Append to any value set by the specific Makefile. +CPPFLAGS += -I$(hurdsource) +CFLAGS += -Wall -Wno-parentheses -g # Standard targets |