pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
91
1998/05/22 16:
47
:
41
grubba Exp $
+
# $Id: Makefile.in,v 1.
92
1998/05/22 16:
49
:
17
grubba Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:487:
CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status @echo "Run make again" @exit 1 $(SRCDIR)/machine.h.in: $(SRCDIR)/stamp-h.in $(SRCDIR)/stamp-h.in: $(SRCDIR)/configure.in $(SRCDIR)/acconfig.h cd $(SRCDIR) && autoheader echo foo > $(SRCDIR)/stamp-h.in machine.h: stamp-h
-
@if test -f
stamp-
h; then \
+
@if test -f
machine.
h; then
:; else
\
rm stamp-h; $(MAKE) stamp-h; \
-
else :;
fi
+
fi
stamp-h: $(SRCDIR)/machine.h.in config.status CONFIG_FILES="" CONFIG_HEADERS=machine.h ./config.status testsuite: $(SRCDIR)/testsuite.in $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite -DSRCDIR="$(SRCDIR)" @dependencies@