Back out part of rev 1.263; fix -I order

This commit is contained in:
Todd C. Miller
2004-11-19 18:30:43 +00:00
parent faa9a89722
commit bb60da6bba

View File

@@ -46,7 +46,7 @@ NET_LIBS = @NET_LIBS@
SUDO_LIBS = @SUDO_LIBS@ @AFS_LIBS@ $(LIBS) $(NET_LIBS)
# C preprocessor flags
CPPFLAGS = -I$(srcdir) -I. @CPPFLAGS@
CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@
# Usually -O and/or -g
CFLAGS = @CFLAGS@