mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-12 07:50:26 -07:00
Makefile.in: be explicit with directories
This commit is contained in:
parent
b6352f4d37
commit
9527e2eccf
2 changed files with 7 additions and 7 deletions
|
|
@ -255,12 +255,11 @@ bare2.lsp:
|
|||
cp $(srcdir)/util/gdbinit $@
|
||||
|
||||
$(ECL_CMPDIR)/cmpdefs.lsp: $(ECL_CMPDIR)/cmpdefs.pre
|
||||
sed -e 's,@ecldir\\@,"$(ecldir)",g' \
|
||||
-e 's,@libdir\\@,"$(libdir)",g' \
|
||||
-e 's,@includedir\\@,"$(includedir)",g' < $(ECL_CMPDIR)/cmpdefs.pre > $@
|
||||
compile.lsp: compile.pre
|
||||
sed -e 's,@ecldir\\@,$(ecldir),g' \
|
||||
-e 's,@libdir\\@,$(libdir),g' < compile.pre > compile.lsp
|
||||
-e 's,@libdir\\@,$(libdir),g' \
|
||||
-e 's,@includedir\\@,$(includedir),g' < $(ECL_CMPDIR)/cmpdefs.pre > $@
|
||||
compile.lsp: compile.pre
|
||||
sed -e 's,@ecldir\\@,$(ecldir),g' < compile.pre > compile.lsp
|
||||
bin/ecl-config: bin/ecl-config.pre
|
||||
sed -e 's,@libdir\\@,$(libdir),' \
|
||||
-e 's,@includedir\\@,$(includedir),' \
|
||||
|
|
|
|||
|
|
@ -73,8 +73,9 @@ coprocessor).")
|
|||
(defvar +object-file-extension+ "@OBJEXT@")
|
||||
(defvar +executable-file-format+ "~a@EXEEXT@")
|
||||
|
||||
(defvar *ecl-include-directory* @includedir\@)
|
||||
(defvar *ecl-library-directory* @libdir\@)
|
||||
(defvar *ecl-include-directory* "@includedir\@/")
|
||||
(defvar *ecl-library-directory* "@libdir\@/")
|
||||
(defvar *ecl-data-directory* "@ecldir\@/")
|
||||
|
||||
(defvar *ld-rpath*
|
||||
(let ((x "@ECL_LDRPATH@"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue