diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-27 18:01:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-27 18:01:29 -0400 |
commit | 46407825b3b01de93fa0101cad84d719d9dc0653 (patch) | |
tree | 27bca07200851944b370888a8a4e10b55aea59a2 /Makefile | |
parent | cc20205e5a37b1e2131598e880b1525b1c7dd731 (diff) |
apply same fix to sdist target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |