Make clean and distclean targets work.

Next step, finishing understanding why dbus module doesn't work :-)
This commit is contained in:
Ulises Vitulli
2009-01-02 22:52:17 +00:00
parent 63c6aaaa76
commit e39bdcca5f
+3 -2
View File
@@ -6,7 +6,7 @@
# This special exception was added by Craig Small in version 0.37 of dh-make. # This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1 export DH_VERBOSE=1
# These are used for cross-compiling and for saving the configure script # These are used for cross-compiling and for saving the configure script
@@ -39,7 +39,8 @@ build-stamp: config.status
clean: clean:
dh_testdir dh_testdir
dh_testroot dh_testroot
rm -f build-stamp config.sub config.guess rm -f build-stamp configure aclocal.m4
find $(CURDIR) -type f -name Makefile.in -exec rm {} \;
# Add here commands to clean up after the build process. # Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean [ ! -f Makefile ] || $(MAKE) distclean