pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-19
2001-01-19 22:38:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b8a604d8b27062cf6f2e2b09fc76dfc28733e750 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Yet another fix for the buggy UnixWare make.
Rev: src/Makefile.in:1.234
1:
#
-
# $Id: Makefile.in,v 1.
233
2001/01/19
19
:
14
:
54
grubba Exp $
+
# $Id: Makefile.in,v 1.
234
2001/01/19
22
:
38
:
29
grubba Exp $
# # This line is needed on some machines.
663:
# $(SRCDIR)/builtin.c: $(SRCDIR)/builtin.cmod $(TMP_BINDIR)/precompile.pike
+
# UnixWare make needs help to find the source file...
+
builtin.o: $(SRCDIR)/builtin.c
+
# Internal testing target run_yacc: $(SRCDIR)/language.c