This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Part of] your Dec., 4th change to libf2c/Makefile.in.


I wrote:

> Committed as the attached patch.

Doh - here's the patch that should have been attached:

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
*** Makefile.in.orig	Fri Jan 18 21:06:11 2002
--- Makefile.in	Sun Jan 20 18:22:07 2002
*************** $(LIBG2C): s-libi77 s-libf77 s-libu77 s-
*** 143,147 ****
  	$(LIBTOOL) --mode=link $(CC) -o $@ \
  	  -version-info $(VERSION_MAJOR):$(VERSION_MINOR):$(VERSION_SUB) \
! 	  -rpath $(libdir)/$(MULTISUBDIR) \
  	  -objectlist s-libe77 \
  	  -objectlist s-libf77 \
--- 143,147 ----
  	$(LIBTOOL) --mode=link $(CC) -o $@ \
  	  -version-info $(VERSION_MAJOR):$(VERSION_MINOR):$(VERSION_SUB) \
! 	  -rpath $(libdir)$(MULTISUBDIR) \
  	  -objectlist s-libe77 \
  	  -objectlist s-libf77 \
*************** check:
*** 205,211 ****
  
  install: all
! 	$(LIBTOOL) --mode=install $(INSTALL) $(LIBG2C) $(libdir)/$(MULTISUBDIR)
! 	$(INSTALL_DATA) libfrtbegin.a $(libsubdir)/$(MULTISUBDIR)
! 	$(RANLIB) $(libsubdir)/$(MULTISUBDIR)/libfrtbegin.a
  	$(INSTALL_DATA) g2c.h $(libsubdir)/include/g2c.h
  	@if [ -f f2c-install-ok -o -f $(srcdir)/f2c-install-ok ]; then \
--- 205,211 ----
  
  install: all
! 	$(LIBTOOL) --mode=install $(INSTALL) $(LIBG2C) $(libdir)$(MULTISUBDIR)
! 	$(INSTALL_DATA) libfrtbegin.a $(libsubdir)$(MULTISUBDIR)
! 	$(RANLIB) $(libsubdir)$(MULTISUBDIR)/libfrtbegin.a
  	$(INSTALL_DATA) g2c.h $(libsubdir)/include/g2c.h
  	@if [ -f f2c-install-ok -o -f $(srcdir)/f2c-install-ok ]; then \
*************** install-strip:
*** 225,230 ****
  
  uninstall:
! 	rm -f $(libsubdir)/$(MULTISUBDIR)/include/g2c.h $(libdir)/$(MULTISUBDIR)/$(LIBG2C_BASE).*
! 	rm -f $(prefix)/lib/$(LIBG2C_BASE).so*
  	$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO="$@"
  
--- 225,230 ----
  
  uninstall:
! 	rm -f $(libsubdir)$(MULTISUBDIR)/include/g2c.h
! 	$(LIBTOOL) --mode=uninstall rm -f $(libdir)$(MULTISUBDIR)/$(LIBG2C_BASE).la
  	$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO="$@"
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]