+Mon Aug 30 12:23:53 1999 Jim Wilson <wilson@cygnus.com>
+
+ * fixinc/Makefile.in (subdir): New.
+ (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
+ (Makefile): New.
+
Mon Aug 30 01:02:09 1999 Jeffrey A Law (law@cygnus.com)
* dwarf2out.c (mem_loc_descriptor): New argument MODE. All callers
# Directory where sources are, from where we are.
srcdir = @srcdir@
VPATH = @srcdir@
+subdir = fixinc
# End of variables for you to override.
$(srcdir)/inclhack.def ; \
else echo You need to install autogen ; \
if [ `pwd` != `cd $(srcdir) ; pwd` ] ; then \
- $(CP) $(srcdir)/$@ . ; \
+ cp $(srcdir)/$@ . ; \
else touch $@ ; fi ; fi
inclhack.sh: inclhack.def inclhack.tpl hackshell.tpl
autogen -L$(srcdir) $(srcdir)/inclhack.def ; \
else echo You need to install autogen ; \
if [ `pwd` != `cd $(srcdir) ; pwd` ] ; then \
- $(CP) $(srcdir)/$@ . ; \
+ cp $(srcdir)/$@ . ; \
else touch $@ ; fi ; fi
fixincl.sh: inclhack.def inclhack.tpl
$(srcdir)/inclhack.def ; touch $@ ; \
else echo You need to install autogen ; \
if [ `pwd` != `cd $(srcdir) ; pwd` ] ; then \
- $(CP) $(srcdir)/$@ . ; \
+ cp $(srcdir)/$@ . ; \
else touch $@ ; fi ; fi
clean:
then cp inclhack.sh ../fixinc.sh ; \
else cp $(srcdir)/inclhack.sh ../fixinc.sh ; fi ; \
fi
+
+Makefile: Makefile.in ../config.status
+ cd .. \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status