more fixes to make Yap DLLs work with cygwin

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@409 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-03-12 06:35:11 +00:00
parent a5ce067f96
commit 889e39aa71
4 changed files with 28 additions and 12 deletions

View File

@@ -107,7 +107,7 @@ regexp.dll: $(OBJS)
install: all
$(INSTALL_PROGRAM) $(SOBJS) $(DESTDIR)$(LIBDIR)
install_mingw32: dll
install_win32: dll
$(INSTALL_PROGRAM) -m 755 regexp.dll $(LIBDIR)/regexp.dll
clean: