summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 706c141..a65fde0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,12 +37,12 @@ build-stamp: configure-stamp
touch $@
clean: unpatch
- find lib -name "*so*" -exec rm {} \;
+ #find lib -name "*so*" -exec rm {} \;
dh_testdir
dh_testroot
# Add here commands to clean up after the build process.
- $(MAKE) clean
+ $(MAKE) mrproper
rm -Rf .pc