Another minor fix.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@234 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-12 01:35:04 +00:00
commit 63a36f8008

View file

@ -118,11 +118,10 @@ install-main:
fi; \
done;
@echo "Installing $(BIN_DIR)/swig"
@if [ -f swig ]; then \
$(INSTALL_PROGRAM) swig $(BIN_DIR)/swig; \
fi
@if [ -f swig.exe ]; then \
$(INSTALL_PROGRAM) swig.exe $(BIN_DIR)/swig.exe; \
else \
$(INSTALL_PROGRAM) swig $(BIN_DIR)/swig; \
fi
install-lib: