This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

[PATCH] (lib_a_CFLAGS): Fix typo.


This looks like a typo.

Cheers,
Shaun

2006-05-05 Shaun Jackman <sjackman@gmail.com>

	* newlib/libc/machine/arm/Makefile.am (lib_a_CFLAGS): Fix typo.
	* newlib/libc/machine/arm/Makefile.in: Regenerate.

Index: newlib/libc/machine/arm/Makefile.am
===================================================================
RCS file: /cvs/src/src/newlib/libc/machine/arm/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- newlib/libc/machine/arm/Makefile.am	1 May 2006 22:01:01 -0000	1.4
+++ newlib/libc/machine/arm/Makefile.am	5 May 2006 22:23:55 -0000
@@ -10,7 +10,7 @@

lib_a_SOURCES = setjmp.S access.c
lib_a_CCASFLAGS=$(AM_CCASFLAGS)
-lib_a_CFLAGS-$(AM_CFLAGS)
+lib_a_CFLAGS=$(AM_CFLAGS)

ACLOCAL_AMFLAGS = -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

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