apply same fix to sdist target
This commit is contained in:
parent
6b89692008
commit
e980c56f7f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
Loading…
Reference in a new issue