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:
parent
87b1ee8641
commit
8f6d06b67f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user