aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nitpicker/files/patch-tools_parse_flowfile_src_Makefile_1
blob: f91dd794e110ad5d8293c13b480b78758c4d937e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/parse_flowfile/src/Makefile.orig	Sat Aug 23 10:41:23 2003
+++ tools/parse_flowfile/src/Makefile	Sat Aug 23 10:42:27 2003
@@ -3,6 +3,6 @@
 LIBS     = 
 INCLUDES = -I../include -I../../../include
-CFLAGS   = -Wall -g $(INCLUDES)
-CC = g++
+CFLAGS   += $(INCLUDES)
+CC = c++
 INCDIR= ${.CURDIR}/../include
 .PATH: ${INCDIR}