* Remove *.or files after running a make clean. This should probably be fixed in make files of each directory.

git-svn-id: trunk@27316 -
This commit is contained in:
mazen 2010-09-11 22:43:57 +00:00
parent 20ee3ff266
commit 05a65583d1

2
debian/rules vendored
View File

@ -82,7 +82,7 @@ clean-patched:
${RM} lazarus startlazarus lazbuild
$(MAKE) distclean ${BUILDOPTS}
$(MAKE) -C docs/html clean
find -regex '.*\.\(a\|o\|so\.*\|ppu\)' -delete
find -regex '.*\.\(a\|or?\|so\.*\|ppu\)' -delete
###################