12 lines
503 B
Diff
12 lines
503 B
Diff
--- iprutils/Makefile.cflags 2005-12-23 10:11:42.000000000 +0000
|
|
+++ iprutils/Makefile 2005-12-23 10:11:49.000000000 +0000
|
|
@@ -9,7 +9,7 @@
|
|
|
|
include version.mk
|
|
|
|
-CFLAGS = -g -Wall $(IPR_DEFINES)
|
|
+CFLAGS += -g -Wall $(IPR_DEFINES)
|
|
UTILS_VER = $(IPR_MAJOR_RELEASE).$(IPR_MINOR_RELEASE).$(IPR_FIX_LEVEL)
|
|
TAR = cd .. && tar -zcpf iprutils-$(UTILS_VER)-src.tgz --exclude CVS --exclude applied-patches --exclude series --exclude txt --exclude pc --exclude patches --exclude debug --exclude *~* iprutils
|
|
|