Skip to content
Snippets Groups Projects
Commit d400dbb7 authored by sof's avatar sof
Browse files

[project @ 1998-08-20 15:43:39 by sof]

Make version.mk include path fptools absolute (sigh)
parent 6c734cda
No related merge requests found
#
# GHC project configuration
#
#
# This file can only be included from the top of
# an fptools/ build tree, since the version.mk 'include'
# reaches in and grabs the project-specific settings.
# what to include in a binary distribution
GhcMainDir = ghc
......@@ -11,4 +13,4 @@ GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid hstags mkdependHS
GhcBinDistLibPrlScripts = hscpp
GhcBinDistBins = hp2ps
include version.mk
include $(GhcMainDir)/mk/version.mk
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