consistent order of CFLAGS and CPPFLAGS

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4246 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-29 01:17:41 +00:00
parent 25b4b2395f
commit 6c65feaf64
19 changed files with 19 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ SOURCES = $(SOURCES_OTP) $(SOURCES_OTPPRINT)
all: $(PROGS)
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $<
$(CC) -c $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(CPPFLAGS) $<
install: all
$(MKINSTALLDIRS) $(bindir)