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

[project @ 1997-10-09 10:44:36 by sof]

Avoid adding defn. of RAWCPP and SED when making binary distribs (site-specific
parent 85f5a1aa
No related merge requests found
......@@ -7,10 +7,10 @@ boot :: all
SCRIPT_PROG=mkdependHS
SCRIPT_OBJS=mkdependHS.prl
SCRIPT_SUBST_VARS= \
RAWCPP TMPDIR \
TMPDIR \
TOP_PWD \
INSTALLING \
PROJECTVERSION SED
PROJECTVERSION
INTERP=perl
......@@ -20,7 +20,7 @@ INTERP=perl
INSTALL_SCRIPTS += $(SCRIPT_PROG)
ifneq "$(BIN_DIST)" "1"
SCRIPT_SUBST_VARS += libdir datadir
SCRIPT_SUBST_VARS += libdir datadir RAWCPP SED
endif
......
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