Automated commit for debian release 0.8.1-1
[wdq2wav.git] / debian / rules
index 3cb75fad08b19e585ec57de4c981376c1d092f7b..5c8f9b798399a60cdacc97c6cfa9c6becb82ddde 100755 (executable)
@@ -5,11 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
-
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -46,7 +41,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) clean
+       $(MAKE) clean
 
        dh_clean