From 8b006a771c8577cb21e6a57e73b54aa1ffa92beb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 06:35:17 +0000 Subject: 2002-07-22 Ralf Corsepius * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of INCLUDES (Upcoming automake standard). --- cpukit/libcsupport/ChangeLog | 5 +++++ cpukit/libcsupport/Makefile.am | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index 0dcb0acf05..9750ff2e91 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,4 +1,9 @@ +2002-07-22 Ralf Corsepius + + * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of + INCLUDES (Upcoming automake standard). + 2002-07-05 Ralf Corsepius * configure.ac: RTEMS_TOP(../..). diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 22cbad4233..24751d4ca0 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -87,10 +87,9 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \ ## General stuff all-local: $(PREINSTALL_FILES) -LIBNAME = libcsupport -LIB = ${ARCH}/${LIBNAME}.a +LIB = ${ARCH}/libcsupport.a -INCLUDES = -Isrc +AM_CPPFLAGS += -Isrc ERROR_C_FILES = src/error.c -- cgit v1.2.3