Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 7 | Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 104... Line 104...
104
clean:
104
clean:
105
	dh_testdir
105
	dh_testdir
106
	dh_testroot
106
	dh_testroot
107
	rm -f build-stamp configure-stamp
107
	rm -f build-stamp configure-stamp
108
108
109
	-$(MAKE) distclean
109
	[ ! -f Makefile ] || $(MAKE) distclean
110
	-$(MAKE) -C liboop.org distclean
110
	[ ! -f liboop.org/Makefile ] || $(MAKE) -C liboop.org distclean
111
111
112
	-test -r /usr/share/misc/config.sub && \
112
	-test -r /usr/share/misc/config.sub && \
113
	   cp -f /usr/share/misc/config.sub config.sub
113
	   cp -f /usr/share/misc/config.sub config.sub
114
	-test -r /usr/share/misc/config.guess && \
114
	-test -r /usr/share/misc/config.guess && \
115
	   cp -f /usr/share/misc/config.guess config.guess
115
	   cp -f /usr/share/misc/config.guess config.guess