summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:20:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:20:53 +0000
commitfa1661b61177364ee439164949b9d3e4ce745fdc (patch)
tree0c8077a0f9b0c2ef4ea6a29365fb21bbb8cb7869 /c/src/exec
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fa1661b61177364ee439164949b9d3e4ce745fdc.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/sapi/ChangeLog4
-rw-r--r--c/src/exec/sapi/optman/Makefile.am5
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog
index fcb3944749..fa04df3701 100644
--- a/c/src/exec/sapi/ChangeLog
+++ b/c/src/exec/sapi/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
+
2001-04-16 Joel Sherrill <joel@OARcorp.com>
* include/confdefs.h: Fix real-time clock support.
diff --git a/c/src/exec/sapi/optman/Makefile.am b/c/src/exec/sapi/optman/Makefile.am
index 8a8dafabae..514c97a132 100644
--- a/c/src/exec/sapi/optman/Makefile.am
+++ b/c/src/exec/sapi/optman/Makefile.am
@@ -9,6 +9,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
+## FIXME: Is this used anywhere?
+ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
+
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
@@ -23,8 +26,6 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
# (OPTIONAL) Add local stuff here using +=
#
-ASM4FLAGS += -I $(PROJECT_INCLUDE)/rtems
-
all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGMS)