(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:
Thien-Thi Nguyen 2000-04-03 22:22:02 +00:00
commit 0e0124988e

View file

@ -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; \