aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 203ad1f0c..ae76d9662 100644
--- a/Makefile
+++ b/Makefile
@@ -284,9 +284,6 @@ website: $(MAIN) $(web_dest)
.PHONY: distclean clean
distclean: clean
- if [ -d debian ]; then \
- chmod +x debian/rules; fakeroot debian/rules clean; \
- fi
clean:
-if [ -f $(BUILDCONF) ]; then $(BUILDCMD) clean; fi