Skip to content
Snippets Groups Projects
Commit 2b0248e0 authored by simonmar's avatar simonmar
Browse files

[haddock @ 2002-04-29 15:56:19 by simonmar]

Fix for 'make install'
parent db88f8a2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ ifeq "$(BIN_DIST)" "1"
HADDOCKLIB=$$\"\"libdir/haddock
HADDOCKBIN=$$\"\"libexecdir/$(HS_PROG)
else
HADDOCKLIB=$(libdir)/haddock
HADDOCKLIB=$(libdir)
HADDOCKBIN=$(libexecdir)/$(HS_PROG)
endif # BIN_DIST
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment