Apply patch #1838248 from Monty Taylor for vpath builds of SWIG
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10184 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
75c882d074
commit
4c477d5e09
2 changed files with 5 additions and 2 deletions
|
|
@ -99,10 +99,10 @@ CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|||
# This occurs on each invocation of make and is a step towards providing support for multiple
|
||||
# build directories.
|
||||
all-local: eswig@EXEEXT@
|
||||
cp eswig@EXEEXT@ ../swig@EXEEXT@
|
||||
cp -f $(top_builddir)/Source/eswig@EXEEXT@ $(top_builddir)/swig@EXEEXT@
|
||||
|
||||
clean-local:
|
||||
rm -f ../swig@EXEEXT@
|
||||
rm -f $(top_builddir)/swig@EXEEXT@
|
||||
rm -f core @EXTRA_CLEAN@
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue