Skip to content
Snippets Groups Projects
Commit 6ca4de8d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added dependency of master.pike on Makefile.

Rev: src/Makefile.in:1.99
parent 7e68d35a
No related branches found
No related tags found
No related merge requests found
#
# $Id: Makefile.in,v 1.98 1998/07/04 23:12:20 grubba Exp $
# $Id: Makefile.in,v 1.99 1998/07/09 16:01:21 grubba Exp $
#
# This line is needed on some machines.
......@@ -71,7 +71,7 @@ CPP=@CPP@
AR=@AR@
LD=@LD@
LDFLAGS=@LDFLAGS@ @LINKFORSHARED@
LDFLAGS=@LDFLAGS@ @LINKFORSHARED@ $(EXTRALDFLAGS)
RUNPIKE=$(TMP_BUILDDIR)/pike -DNOT_INSTALLED -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS)
......@@ -366,7 +366,7 @@ lib: $(LIBDIR_SRC)/master.pike.in Makefile
-@touch ./lib 2>/dev/null || (touch lib/.broken_gnu_touch && rm lib/.broken_gnu_touch)
master.pike: $(LIBDIR_SRC)/master.pike.in
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
......
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