mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-05-04 15:00:28 -07:00
Split the compiler flags into CFLAGS (used only when building ECL) and ECL_CFLAGS (exported into ecl-config). Set the value of SHELL explicitely in the makefiles so that they work when SHELL=/bin/csh in the environment.
This commit is contained in:
parent
9a0f314024
commit
a6715bfa92
10 changed files with 19 additions and 17 deletions
|
|
@ -31,7 +31,7 @@ for i in $*; do
|
|||
done
|
||||
|
||||
if test "$echo_cflags" = "yes"; then
|
||||
echo "@CFLAGS@ -I@includedir\@"
|
||||
echo "@ECL_CFLAGS@ -I@includedir\@"
|
||||
fi
|
||||
|
||||
if test "$echo_ldflags" = "yes"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue