Commit 9985f210 by Richard Kenner Committed by Richard Kenner

Makefile.in (LN): Remove duplicate definition.

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

From-SVN: r36411
parent b2ee8ec2
Thu Sep 14 12:10:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* Makefile.in (LN): Remove duplicate definition.
2000-09-12 Bernd Schmidt <bernds@redhat.co.uk> 2000-09-12 Bernd Schmidt <bernds@redhat.co.uk>
From Joern Rennecke: From Joern Rennecke:
......
...@@ -103,7 +103,6 @@ LEX = `if [ -f $(objdir)/../flex/flex ] ; then echo $(objdir)/../flex/flex ; els ...@@ -103,7 +103,6 @@ LEX = `if [ -f $(objdir)/../flex/flex ] ; then echo $(objdir)/../flex/flex ; els
LEXFLAGS = LEXFLAGS =
AR = ar AR = ar
AR_FLAGS = rc AR_FLAGS = rc
LN = @symbolic_link@
DLLTOOL = dlltool DLLTOOL = dlltool
SHELL = /bin/sh SHELL = /bin/sh
# on sysV, define this as cp. # on sysV, define this as cp.
......
Thu Sep 14 12:10:45 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* Make-lang.in (cplib2.txt): Depend on cp/Makefile.
2000-09-13 J. David Anglin <dave@hiauly1.hia.nrc.ca> 2000-09-13 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* init.c (begin_init_stmts): Don't use // comments. * init.c (begin_init_stmts): Don't use // comments.
......
...@@ -179,8 +179,9 @@ vec.o: cc1plus$(exeext) $(srcdir)/cp/vec.cc ...@@ -179,8 +179,9 @@ vec.o: cc1plus$(exeext) $(srcdir)/cp/vec.cc
$(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(GXX_ABI_FLAG) $(CXXFLAGS) $(INCLUDES) \ $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(GXX_ABI_FLAG) $(CXXFLAGS) $(INCLUDES) \
-c $(srcdir)/cp/vec.cc -o vec.o -c $(srcdir)/cp/vec.cc -o vec.o
# We want to update cplib2.txt if any of the source files change... # We want to update cplib2.txt if any of the source files change or if the
cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) # Makefile (which contains the list of sources) changes.
cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cp/Makefile
case " $(LANGUAGES) " in \ case " $(LANGUAGES) " in \
*" "[cC]"++ "*) \ *" "[cC]"++ "*) \
echo $(CXX_LIB2FUNCS) > cplib2.new;; \ echo $(CXX_LIB2FUNCS) > cplib2.new;; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment