From 1ae913e4c8db892c0cf11abdeb0d4b73129f2d33 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Jan 2002 14:11:19 +0000 Subject: 2002-01-07 Joel Sherrill * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for last line to eliminate 100's of warnings. --- automake/compile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automake') diff --git a/automake/compile.am b/automake/compile.am index f835e25ac0..9e0a76c46e 100644 --- a/automake/compile.am +++ b/automake/compile.am @@ -60,7 +60,7 @@ LIBC_LIBGCC = `$(CC) $(CPU_CFLAGS) -print-libgcc-file-name $(GCCSED)` ### FIXME: False if using multilibbed RTEMS LINK_LIBS_RTEMS = $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \ - $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA) \ + $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA) LINK_LIBS_GCC272 = $(LINK_LIBS_RTEMS) $(LIBC_LIBC) $(LIBC_LIBGCC) GCCSPECS = -- cgit v1.2.3