rules: cleanning clean target

This commit is contained in:
Jérôme Schneider 2015-02-25 19:13:23 +01:00
parent 15fd447eab
commit 9e07e618fb
1 changed files with 0 additions and 6 deletions

6
rules
View File

@ -84,12 +84,6 @@ clean:
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
for v in $(OTHERPYVERS); do \
rm -rf bindings/python$$v; \