From 586a31b300c24c7857f8930cb38a358c617ec67e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:20:22 +0000 Subject: 2001-09-22 Ralf Corsepius * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy. * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy. --- c/src/exec/posix/ChangeLog | 5 +++++ c/src/exec/posix/optman/Makefile.am | 6 +++--- c/src/exec/posix/src/Makefile.am | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'c/src/exec/posix') diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog index 84654514b7..043defbe09 100644 --- a/c/src/exec/posix/ChangeLog +++ b/c/src/exec/posix/ChangeLog @@ -1,3 +1,8 @@ +2001-09-22 Ralf Corsepius + + * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy. + * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy. + 2001-09-13 Joel Sherrill * src/sysconf.c: Fix typo syntax error accidentally committed. diff --git a/c/src/exec/posix/optman/Makefile.am b/c/src/exec/posix/optman/Makefile.am index b1b2100719..0b038daaf8 100644 --- a/c/src/exec/posix/optman/Makefile.am +++ b/c/src/exec/posix/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 @@ -22,9 +25,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) diff --git a/c/src/exec/posix/src/Makefile.am b/c/src/exec/posix/src/Makefile.am index c841f96353..daffbe6c3b 100644 --- a/c/src/exec/posix/src/Makefile.am +++ b/c/src/exec/posix/src/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -INCLUDES += -I. +INCLUDES = -I. # following are semi-implemented and untested UNUSED_C_FILES = devctl.c intr.c -- cgit v1.2.3