Skip to content
Snippets Groups Projects
Commit 03234e57 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-14 13:20:43 by simonm]

don't substitute for RAWCPP if we're bin-disting
parent 183ab907
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@ include $(TOP)/mk/boilerplate.mk
SCRIPT_PROG=hscpp
SCRIPT_OBJS=hscpp.prl
SCRIPT_SUBST_VARS=RAWCPP
SCRIPT_SUBST_VARS=
ifneq "$(BIN_DIST)" "1"
SCRIPT_SUBST_VARS += RAWCPP
endif
# Note: might be overridden from cmd-line (see install rule below)
INSTALLING=0
......
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