This is the mail archive of the gcc-patches@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]

Minor Makefile glitches


Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

	* Makefile.in (LN): Remove duplicate definition.
	* cp/Make-lang.in (cplib2.txt): Depend on cp/Makefile.

*** Makefile.in	2000/09/11 01:50:45	1.511
--- Makefile.in	2000/09/14 15:53:09
*************** LEXFLAGS =
*** 104,108 ****
  AR = ar
  AR_FLAGS = rc
- LN = @symbolic_link@
  DLLTOOL = dlltool
  SHELL = /bin/sh
--- 104,107 ----
*** cp/Make-lang.in	2000/09/07 00:37:11	1.60
--- cp/Make-lang.in	2000/09/14 15:53:48
*************** vec.o: cc1plus$(exeext) $(srcdir)/cp/vec
*** 180,185 ****
  	  -c $(srcdir)/cp/vec.cc -o vec.o
  
! # We want to update cplib2.txt if any of the source files change...
! cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS)
  	case " $(LANGUAGES) " in \
  	*" "[cC]"++ "*) \
--- 180,186 ----
  	  -c $(srcdir)/cp/vec.cc -o vec.o
  
! # We want to update cplib2.txt if any of the source files change or if the
! # Makefile (which contains the list of sources) changes.
! cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cp/Makefile
  	case " $(LANGUAGES) " in \
  	*" "[cC]"++ "*) \

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