summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 18:01:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 18:01:29 -0400
commit46407825b3b01de93fa0101cad84d719d9dc0653 (patch)
tree27bca07200851944b370888a8a4e10b55aea59a2 /Makefile
parentcc20205e5a37b1e2131598e880b1525b1c7dd731 (diff)
apply same fix to sdist target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b36cbcd02..2bc43ed59 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ Build/OSXMkLibs: Build/OSXMkLibs.hs
Build/LinuxMkLibs: Build/LinuxMkLibs.hs
$(GHC) --make $@ -Wall
-sdist: clean $(mans)
+sdist: clean mans
./Build/make-sdist.sh
# Upload to hackage.