Changeset 713
- Timestamp:
- 11/15/09 09:03:47 (4 months ago)
- Files:
-
- 1 modified
-
trunk/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r655 r713 61 61 dh_testdir 62 62 dh_testroot 63 rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#63 #rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP# 64 64 65 65 # Add here commands to clean up after the build process. 66 $(MAKE) distclean 67 ifneq "$(wildcard /usr/share/misc/config.sub)" "" 68 cp -f /usr/share/misc/config.sub config.sub 69 endif 70 ifneq "$(wildcard /usr/share/misc/config.guess)" "" 71 cp -f /usr/share/misc/config.guess config.guess 72 endif 73 dh_clean 66 [ ! -f Makefile ] || $(MAKE) distclean 67 dh_clean build-stamp 74 68 75 69 install: install-indep install-arch
