pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-20
2001-06-20 22:28:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3d2ebb04243ca8b10a9241467dd5ca63271600ee (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix for compilers where -I. isn't the default for cpp.
Rev: src/Makefile.in:1.261
1:
#
-
# $Id: Makefile.in,v 1.
260
2001/06/
19
23
:
59
:
32
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
261
2001/06/
20
22
:
28
:
54
grubba
Exp $
# # This line is needed on some machines.
696:
module.o: modules/modlist_headers.h modules/modlist.h $(SRCDIR)/interpret_protos.h_src: $(SRCDIR)/interpret_functions.h
-
$(CPP) $(SRCDIR)/interpret_functions.h | $(SRCDIR)/strip_opcodes >$(SRCDIR)/interpret_protos.h_src || { rm $(SRCDIR)/interpret_protos.h_src; exit 1; }
+
$(CPP) $(
PREFLAGS) $(
SRCDIR)/interpret_functions.h | $(SRCDIR)/strip_opcodes >$(SRCDIR)/interpret_protos.h_src || { rm $(SRCDIR)/interpret_protos.h_src; exit 1; }
lex.o: $(SRCDIR)/lex.c $(SRCDIR)/interpret_protos.h