mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
Merge branch 'develop' into 'develop'
src/c/Makefile.in: Respect LDFLAGS for dpp See merge request embeddable-common-lisp/ecl!261
This commit is contained in:
commit
1c7ca7acc5
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ clean:
|
|||
|
||||
$(DPP): $(srcdir)/dpp.c $(srcdir)/symbols_list.h
|
||||
if test -f ../CROSS-DPP; then touch dpp; else \
|
||||
$(TRUE_CC) -I$(srcdir) -I@true_builddir@ -I./ $(srcdir)/dpp.c @CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@ -o $@ ; \
|
||||
$(TRUE_CC) -I$(srcdir) -I@true_builddir@ -I./ $(srcdir)/dpp.c @CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@ @LDFLAGS@ -o $@ ; \
|
||||
fi
|
||||
|
||||
$(OBJS): $(DPP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue