aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 14:42:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 14:42:07 -0400
commit690fe061ccf08493bcaeb05969b56cc0735d3863 (patch)
tree5975925dd01b15c415299338ebb0a78036defd8d /Makefile
parent3436d63a26b2f71a3c098511703e9a37eb48bd53 (diff)
respond, close bad bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31a13a8e7..937d2462a 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ docs: mans
--exclude='users/*' --exclude='devblog/*' --exclude='thanks'
clean:
- $(BUILDER) clean
+ if [ "$(BUILDER)" != ./Setup ]; then $(BUILDER) clean; fi
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
doc/.ikiwiki html dist tags Build/SysConfig.hs \
Setup Build/InstallDesktopFile Build/EvilSplicer \