a bit safer, just in case

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@151 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2001-09-06 16:58:49 +00:00
parent 87b1ee8641
commit 8f6d06b67f
3 changed files with 3 additions and 3 deletions

View File

@ -84,5 +84,5 @@ install_mingw32: dll
$(INSTALL_PROGRAM) -m 755 random.dll $(LIBDIR)/random.dll
clean:
rm -f *.o *@SHLIB_SUFFIX@ *~ $(OBJS) *.BAK
rm -f *.o *~ $(OBJS) $(SOBJS) *.BAK

View File

@ -108,5 +108,5 @@ install_mingw32: dll
$(INSTALL_PROGRAM) -m 755 regexp.dll $(LIBDIR)/regexp.dll
clean:
rm -f *.o *@SHLIB_SUFFIX@ *~ $(OBJS) *.BAK
rm -f *.o *~ $(OBJS) $(SOBJS) *.BAK

View File

@ -84,5 +84,5 @@ install_mingw32: dll
$(INSTALL_PROGRAM) -m 755 sys.dll $(LIBDIR)/sys.dll
clean:
rm -f *.o *@SHLIB_SUFFIX@ *~ $(OBJS) *.BAK
rm -f *.o *~ $(OBJS) $(SOBJS) *.BAK