+Fri Jun 4 16:18:24 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * Makefile.in: remove old C++ rules; remove install:all and
+ install-info:info dependencies (these cause some spurious rebuilds
+ at 'make install' time)
+
Fri Jun 4 08:50:14 1993 Ian Lance Taylor (ian@cygnus.com)
* configure.in (mips-idt-ecoffl*): New target; use mips-idtl.
HOSTING_LIBS=`if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else echo $(libdir)/libgcc.a; fi` -lc
HOSTING_EMU=LDEMULATION=$(EMUL); export LDEMULATION
-C++ = g++ -fgnu-linker
-
### Host, target, and site specific Makefile fragments come in here.
####
.c.o:
$(CC) -c $(CFLAGS) $(INCLUDES) $(HDEFINES) $(TDEFINES) $(CDEFINES) $<
-.cc.o:
- $(C++) -c $(CFLAGS) -I$(srcdir) $<
-
# go directly to ld.new in case this ld isn't capable of
# linking native object on this host. It can be renamed on
# install.
objdump:objdump.c
.PHONY: install
-install: $(LD_PROG)
+install:
-parent=`echo $(bindir)|sed -e 's@/[^/]*$$@@'`; \
if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
-if [ -d $(bindir) ] ; then true ; else mkdir $(bindir) ; fi
ln $(tooldir)/bin/ld $(tooldir)/bin/gld; \
else true; fi
-install-info: info
+install-info:
-parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \
if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
-if [ -d $(infodir) ] ; then true ; else mkdir $(infodir) ; fi