Use = instead of += to define INCLUDES. It is fine to use = because
this is the very first file Makefile includes. Define -DSWFORT in DEFINES rather than CFLAGS. First, DEFINES is the variable for macro defines. Second, by not defining CFLAGS in this file, we will be able to check in the fix for bug #77788. However, I am not sure whether we should fix bug #77788. git-svn-id: svn://10.0.0.236/trunk@96196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c3cb2e1755
commit
63cc5e9412
@ -48,14 +48,14 @@ CSRCS = \
|
||||
$(NULL)
|
||||
|
||||
vpath %.c ../../
|
||||
INCLUDES += -I../..
|
||||
INCLUDES = -I../..
|
||||
|
||||
EXPORTS =
|
||||
|
||||
REQUIRES = security dbm
|
||||
|
||||
|
||||
CFLAGS += -DSWFORT
|
||||
DEFINES = -DSWFORT
|
||||
|
||||
GARBAGE = $(COPIED_CSRCS) cryptint.h fmutex.h fortsock.h fpkcs11.h \
|
||||
fpkcs11f.h fpkcs11i.h fpkcs11t.h fpkmem.h fpkstrs.h genci.h maci.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user