mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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>
|
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* support/version.c: URL for license changed.
|
* support/version.c: URL for license changed.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/../../automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/../../automake/lib.am
|
||||||
|
|
||||||
AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\"
|
AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
|
||||||
|
|
||||||
C_FILES=version.c
|
C_FILES=version.c
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|||||||
Reference in New Issue
Block a user