pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-20
2003-02-20 16:11:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0c308ede1a63fa749bf0f7197eb59ac3c55eee64 (
9
lines) (+
4
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Fix for bugs in some stupid makes.
Rev: src/Makefile.in:1.349
1:
#
-
# $Id: Makefile.in,v 1.
348
2003/02/
19
23
:
58
:
20
mast
Exp $
+
# $Id: Makefile.in,v 1.
349
2003/02/
20
16
:
11
:
52
grubba
Exp $
# # This line is needed on some machines.
168:
las.o \ builtin_functions.o \ peep.o \
-
module.o
\
-
@EXTRA_OBJS@
+
module.o @EXTRA_OBJS@
MODULE_REQUIREMENTS= \ machine.h \
188:
$(SRCDIR)/interpret_functions_fixed.h \ $(SRCDIR)/peep_engine.c \ $(SRCDIR)/case_info.h \
-
$(SRCDIR)/treeopt.h
\
-
@PMOD_TARGETS@
+
$(SRCDIR)/treeopt.h @PMOD_TARGETS@
#