mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Add path to source directory so that symbols_list.h may be found under RedHat.
This commit is contained in:
parent
a0470a134c
commit
74a8d63a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ VPATH = @srcdir@
|
|||
TRUE_CC = @CC@
|
||||
CC = @ECL_CC@
|
||||
DEFS = -D@host@
|
||||
CFLAGS = -c -I../h -I$(HDIR) @BOEHM_HEADERS@ @CFLAGS@ $(DEFS)
|
||||
CFLAGS = -c -I../h -I$(srcdir) -I$(HDIR) @BOEHM_HEADERS@ @CFLAGS@ $(DEFS)
|
||||
|
||||
SHELL = /bin/sh
|
||||
RM = @RM@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue