forked from Imagelibrary/rtems
2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* support/version.c: URL for license changed.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
include $(top_srcdir)/../../automake/compile.am
|
||||
include $(top_srcdir)/../../automake/lib.am
|
||||
|
||||
AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
|
||||
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
|
||||
|
||||
C_FILES=version.c
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
Reference in New Issue
Block a user