2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Use += to set up AM_CPPFLAGS.
This commit is contained in:
Joel Sherrill
2000-09-12 12:51:20 +00:00
parent 517427107b
commit 9d4dacc8a0
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use += to set up AM_CPPFLAGS.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.

View File

@@ -11,7 +11,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
SUBDIRS = rtems
AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES)
AM_CPPFLAGS += -DCPU_SYNC_IO $(LIBC_DEFINES)
C_FILES = cpu.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)

View File

@@ -1,3 +1,7 @@
2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use += to set up AM_CPPFLAGS.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use PROJECT_TOPdir in path to gensize.

View File

@@ -11,7 +11,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
SUBDIRS = rtems
AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES)
AM_CPPFLAGS += -DCPU_SYNC_IO $(LIBC_DEFINES)
C_FILES = cpu.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)