pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-18
2008-07-18 01:03:12 by Martin Stjernholm <mast@lysator.liu.se>
78e25d7a87aa2657293996fd748b67befff83111 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed feature_list target.
Rev: src/Makefile.in:1.470
1:
#
-
# $Id: Makefile.in,v 1.
469
2008/07/
16
00
:
29
:
29
mast Exp $
+
# $Id: Makefile.in,v 1.
470
2008/07/
18
01
:
03
:
12
mast Exp $
# # This line is needed on some machines.
899:
$(VALGRIND) $(VALGRINDARGS) $(RUNPIKE) $(ARGS) feature_list:
-
$(RUNPIKE)
$(TMP_BINDIR)/feature_list
+
$(RUNPIKE)
--features
run_bench: $(RUNPIKE) $(ARGS) -x benchmark $(BENCHARGS)