diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-20 14:42:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-20 14:42:07 -0400 |
commit | 690fe061ccf08493bcaeb05969b56cc0735d3863 (patch) | |
tree | 5975925dd01b15c415299338ebb0a78036defd8d /Makefile | |
parent | 3436d63a26b2f71a3c098511703e9a37eb48bd53 (diff) |
respond, close bad bug
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |