Added mzscheme runtime library to build (it doesn't and never has used libtool)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4739 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1a1b035433
commit
f9aaaf3b25
2 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
Makefile.in
|
||||
lib*.c
|
||||
lib*.lo
|
||||
lib*.la
|
||||
swigtcl8.c
|
||||
swigtcl8.lo
|
||||
|
|
|
|||
|
|
@ -193,7 +193,10 @@ MZC = @MZC@
|
|||
SO = @SO@
|
||||
RELEASESUFFIX = @release_suffix@
|
||||
|
||||
libswigmz.la: .libs/libswigmz$(RELEASESUFFIX)$(SO)
|
||||
# Add in non Libtool targets
|
||||
if !SKIP_MZSCHEME
|
||||
all-local: .libs/libswigmz$(RELEASESUFFIX)$(SO)
|
||||
endif
|
||||
|
||||
.libs/libswigmz$(RELEASESUFFIX)$(SO): $(MZSCHEME_RUNTIME)
|
||||
rm -f libmz.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue