Another makefile CFLAGS/CPPFLAGS adjustment
Missed another spot in c97184b581
.
This commit is contained in:
parent
139b228f2e
commit
8a5c50485c
|
@ -6,7 +6,9 @@ CC = @CC@
|
|||
|
||||
LIBFFI_LOCAL_INCLUDE_ON = -Ilibffi/include
|
||||
LIBFFI_LOCAL_INCLUDE_OFF =
|
||||
CFLAGS = @CFLAGS@ @COMPFLAGS@ @PREFLAGS@ @PROFFLAGS@ @OPTIONS@ @MZOPTIONS@ \
|
||||
CFLAGS = @CFLAGS@ @COMPFLAGS@ @PROFFLAGS@
|
||||
CPPFLAGS = @PREFLAGS@
|
||||
ALL_CFLAGS = $(CFLAGS) $(CPPFLAGS) @OPTIONS@ @MZOPTIONS@ \
|
||||
-I$(builddir)/../racket \
|
||||
-I$(srcdir)/../racket/include -I$(srcdir)/../racket/src \
|
||||
$(LIBFFI_LOCAL_INCLUDE_@OWN_LIBFFI@)
|
||||
|
@ -40,7 +42,7 @@ foreign.@LTO@: $(srcdir)/foreign.c \
|
|||
$(srcdir)/../racket/src/schemef.h \
|
||||
$(srcdir)/../racket/src/stypes.h \
|
||||
$(srcdir)/../racket/src/schpriv.h
|
||||
$(CC) $(CFLAGS) -c $(srcdir)/foreign.c -o foreign.@LTO@
|
||||
$(CC) $(ALL_CFLAGS) -c $(srcdir)/foreign.c -o foreign.@LTO@
|
||||
|
||||
clean:
|
||||
rm -f foreign.@LTO@
|
||||
|
|
Loading…
Reference in New Issue
Block a user