Skip to content
Snippets Groups Projects
Commit 6d4137d5 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Allow rewriting rules for default include/module path, used by init_nt.

Rev: src/Makefile.in:1.177
parent 6fc82642
No related branches found
No related tags found
No related merge requests found
#
# $Id: Makefile.in,v 1.176 2000/01/10 00:52:49 hubbe Exp $
# $Id: Makefile.in,v 1.177 2000/02/05 02:35:09 marcus Exp $
#
# This line is needed on some machines.
......@@ -401,8 +401,9 @@ lib: $(LIBDIR_SRC)/master.pike.in Makefile
master.pike: $(LIBDIR_SRC)/master.pike.in Makefile
sed -e 's!lib_prefix!$(TMP_LIBDIR)!' <$(LIBDIR_SRC)/master.pike.in \
| sed -e 's!share_prefix!$(LIBDIR_SRC)!' >master.pike
t="$$PIKE_PATH_TRANSLATE"; if test "x$$t" = "x"; then t=s,x,x,; else :; fi; \
sed -e 's!lib_prefix!'"`echo \"$(TMP_LIBDIR)\" | sed -e \"$$t\"`"'!' <$(LIBDIR_SRC)/master.pike.in \
| sed -e 's!share_prefix!'"`echo \"$(LIBDIR_SRC)\" | sed -e \"$$t\"`"'!' >master.pike
pike-module: $(SRCDIR)/pike-module.in Makefile ./pike
$(RUNPIKE) $(SRCDIR)/pike-module.in --fixate=$(SRCDIR)/pike-module.in \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment