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

[project @ 1998-01-21 14:29:28 by simonm]

remove references to fastmake.
parent de935df9
No related merge requests found
...@@ -486,15 +486,14 @@ endif ...@@ -486,15 +486,14 @@ endif
# override the various *_PREFIX in build.mk, i.e., having the following # override the various *_PREFIX in build.mk, i.e., having the following
# in build.mk: # in build.mk:
# #
# FASTMAKE_PREFIX= # MKDEPENDC_PREFIX=
# #
# will force `make' to rummage around in your PATH to find `fastmake' (not # will force `make' to rummage around in your PATH to find `mkdependC' (not
# sure it would need it in the first place, but still). # sure it would need it in the first place, but still).
# #
GLAFP_UTILS = $(FPTOOLS_TOP)/glafp-utils GLAFP_UTILS = $(FPTOOLS_TOP)/glafp-utils
SCRIPT_PREFIX = $(GLAFP_UTILS)/scripts/ SCRIPT_PREFIX = $(GLAFP_UTILS)/scripts/
FASTMAKE_PREFIX = $(GLAFP_UTILS)/fastmake/
MKDEPENDC_PREFIX = $(GLAFP_UTILS)/mkdependC/ MKDEPENDC_PREFIX = $(GLAFP_UTILS)/mkdependC/
LTX_PREFIX = $(GLAFP_UTILS)/ltx/ LTX_PREFIX = $(GLAFP_UTILS)/ltx/
RUNTEST_PREFIX = $(GLAFP_UTILS)/runstdtest/ RUNTEST_PREFIX = $(GLAFP_UTILS)/runstdtest/
...@@ -649,7 +648,6 @@ SGML2TXT = sgml2txt ...@@ -649,7 +648,6 @@ SGML2TXT = sgml2txt
# Stuff from fptools/glafp-utils # Stuff from fptools/glafp-utils
MKDEPENDC = $(MKDEPENDC_PREFIX)mkdependC MKDEPENDC = $(MKDEPENDC_PREFIX)mkdependC
FASTMAKE = $(FASTMAKE_PREFIX)fastmake
LTX = $(LTX_PREFIX)ltx LTX = $(LTX_PREFIX)ltx
MKDIRHIER = $(MKDIRHIER_PREFIX)mkdirhier MKDIRHIER = $(MKDIRHIER_PREFIX)mkdirhier
LNDIR = $(LNDIR_PREFIX)lndir LNDIR = $(LNDIR_PREFIX)lndir
......
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