Skip to content
Snippets Groups Projects
Commit 0a0fa789 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-07-18 15:57:16 by rrt]

Add $(EXE_SUFFIX) to hp2ps and unlit
parent d61a5d36
No related merge requests found
......@@ -709,10 +709,9 @@ LIT2TEXT = $(LITERATE_PREFIX)lit2text
#
# Stuff from fptools/ghc/utils
#
UNLIT = $(UNLIT_PREFIX)unlit
UGEN = $(UGEN_PREFIX)ugen
UNLIT = $(UNLIT_PREFIX)unlit$(EXE_SUFFIX)
STAT2RESID = $(STAT2RESID_PREFIX)stat2resid
HP2PS = $(HP2PS_PREFIX)hp2ps
HP2PS = $(HP2PS_PREFIX)hp2ps$(EXE_SUFFIX)
HSCPP = $(HSCPP_PREFIX)hscpp
HSTAGS = $(HSTAGS_PREFIX)hstags
......
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