From fa1661b61177364ee439164949b9d3e4ce745fdc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:20:53 +0000 Subject: 2001-09-22 Ralf Corsepius * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5. --- c/src/optman/sapi/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c/src/optman/sapi') diff --git a/c/src/optman/sapi/Makefile.am b/c/src/optman/sapi/Makefile.am index 8a8dafabae..514c97a132 100644 --- a/c/src/optman/sapi/Makefile.am +++ b/c/src/optman/sapi/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) -- cgit v1.2.3