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

@@ -29,7 +29,7 @@ LIB = $(LIBNAME).$(LIBEXT)
all: $(LIB)
.c.o:
$(CC) -c $(CFLAGS) -I$(srcdir) -I../../../include $(DEFS) $<
$(CC) -c -I$(srcdir) -I../../../include $(DEFS) $(CFLAGS) $(CPPFLAGS) $<
$(LIB): $(libcommon_OBJS)
rm -f $@