forked from Lainports/freebsd-ports
19 lines
611 B
Text
19 lines
611 B
Text
--- src/Makefile.nix.orig Mon Mar 18 20:43:19 2002
|
|
+++ src/Makefile.nix Fri May 10 11:53:25 2002
|
|
@@ -18,7 +18,6 @@
|
|
CC_AIX = cc_r
|
|
CC_Solaris_GNU = gcc
|
|
CC_Solaris_SUN = cc
|
|
-CC = $(CC_$(OS)$(ENV))
|
|
|
|
# OS-specific compilation flags
|
|
ADDF_AIX = -qmaxmem=16384 -DNO_VSYSLOG -DNO_SNPRINTF -DNOT_GCC_DW -I../addons/aix/include
|
|
@@ -31,7 +30,7 @@
|
|
# Common flags
|
|
OPTFLAGS = ___OPT_FLAGS___
|
|
DEFFLAGS = -D__UNIX_DW -D$(OS)_DW
|
|
-INCFLAGS = -I./include -I./src
|
|
+INCFLAGS = -I./src
|
|
ADD_CFLAGS = $(OPTFLAGS) $(DEFFLAGS) $(INCFLAGS) $(ADDFLAGS)
|
|
|
|
SRCS = \
|