forked from Imagelibrary/rtems
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use += to set up AM_CPPFLAGS.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user