pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-03-14
2005-03-14 23:52:02 by Martin Nilsson <mani@lysator.liu.se>
53e23ef821cc999e2e8ee2a7e9a6d8ded463e9f7 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug
Rev: src/Makefile.in:1.406
1:
#
-
# $Id: Makefile.in,v 1.
405
2005/03/
13
23:
43
:
47
nilsson Exp $
+
# $Id: Makefile.in,v 1.
406
2005/03/
14
23:
52
:
02
nilsson Exp $
# # This line is needed on some machines.
1169:
testsuite: $(SRCDIR)/testsuite.in $(TMP_BINDIR)/mktestsuite if test "$$PIKE_PATH_TRANSLATE" = ""; then \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \
-
-DSRCDIR="`echo $(SRCDIR)|posix_to_native.sh`"; \
+
-DSRCDIR="`echo $(SRCDIR)|
./
posix_to_native.sh`"; \
else \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \
-
-DSRCDIR="`echo $(SRCDIR)|sed -e $$PIKE_PATH_TRANSLATE|posix_to_native.sh`"; \
+
-DSRCDIR="`echo $(SRCDIR)|sed -e $$PIKE_PATH_TRANSLATE|
./
posix_to_native.sh`"; \
fi header_uncompress: $(SRCDIR)/uncompressor.c