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

Fix for buggy FreeBSD make.

Rev: src/Makefile.in:1.217
parent c3b17f06
No related branches found
No related tags found
No related merge requests found
#
# $Id: Makefile.in,v 1.216 2000/11/25 16:32:31 grubba Exp $
# $Id: Makefile.in,v 1.217 2000/11/27 00:03:00 grubba Exp $
#
# This line is needed on some machines.
......@@ -539,13 +539,13 @@ las_t.o: las.c
lex.o: lexer0.h lexer1.h lexer2.h
lexer0.h: lexer.h
cp "$<" "$@"
cp "$(SRCDIR)/lexer.h" "$@"
lexer1.h: lexer.h
cp "$<" "$@"
cp "$(SRCDIR)/lexer.h" "$@"
lexer2.h: lexer.h
cp "$<" "$@"
cp "$(SRCDIR)/lexer.h" "$@"
# All the $(POBJ) dependencies, except tpike. See blurb at pike target.
stamp-tpike-predep: $(SRCDIR)/peep.in $(TMP_BINDIR)/mkpeep.pike peep.c $(SRCDIR)/UnicodeData.txt $(TMP_BINDIR)/make_ci.pike builtin_functions.c $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike las.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment