From a36f4a85a6946168cb2add98eca588712b937d4e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 21 Jul 2002 16:45:00 +0000 Subject: 2002-07-21 Ralf Corsepius * rtems.S: Remove. * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS instead of INCLUDES (Latest automake standard). --- .../powerpc/support/old_exception_processing/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am index d0dec96997..1d8a1406e8 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am @@ -2,11 +2,8 @@ ## $Id$ ## - ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal -INCLUDES = -I$(srcdir) - # C source names C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) @@ -22,14 +19,11 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../../automake/compile.am include $(top_srcdir)/../../../../../../../automake/lib.am +AM_CPPFLAGS += -I$(srcdir) + TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%) -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o - -$(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o - $(INSTALL_DATA) $< $@ - $(PROJECT_INCLUDE): $(mkinstalldirs) $@ -- cgit v1.2.3