From 42f22f84f1bf00c715a8a512a34ac93586d3afd9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 20 Nov 2003 07:10:58 +0000 Subject: 2003-11-20 Ralf Corsepius * src/config.h: Remove. * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir). --- cpukit/libcsupport/ChangeLog | 5 +++++ cpukit/libcsupport/Makefile.am | 2 +- cpukit/libcsupport/src/config.h | 5 ----- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 cpukit/libcsupport/src/config.h diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index 20e3b2f9e3..9d25287469 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,8 @@ +2003-11-20 Ralf Corsepius + + * src/config.h: Remove. + * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir). + 2003-10-22 Joel Sherrill PR 511/filesystem diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index 529076079d..4043eadf21 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -96,7 +96,7 @@ all-local: $(PREINSTALL_FILES) LIB = ${ARCH}/libcsupport.a -AM_CPPFLAGS += -I$(srcdir)/src +AM_CPPFLAGS += -I$(top_builddir) ERROR_C_FILES = src/error.c diff --git a/cpukit/libcsupport/src/config.h b/cpukit/libcsupport/src/config.h deleted file mode 100644 index 09fe652e2c..0000000000 --- a/cpukit/libcsupport/src/config.h +++ /dev/null @@ -1,5 +0,0 @@ -/* HACK: - * Pull-in RTEMS global config-header cpuopts.h as local config.h - */ - -#include -- cgit v1.2.3