(install-lib): In dir Lib, do not use "*.swg" wildcard since
there are no longer any such files there. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@375 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
19f1be82c0
commit
0e0124988e
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@ install-lib:
|
|||
@echo "Installing the SWIG library"
|
||||
@$(MKINSTDIRS) $(SWIG_LIB)
|
||||
# cd $(SWIG_LIB); rm -rf *
|
||||
@cd $(srcdir)/Lib; for i in *.i *.swg; \
|
||||
# The following line has `*.swg' removed -- add it back if needed.
|
||||
@cd $(srcdir)/Lib; for i in *.i; \
|
||||
do \
|
||||
echo "Installing Lib/$$i"; \
|
||||
../$(INSTALL_DATA) $$i $(SWIG_LIB)/$$i; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue