summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-20 07:10:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-20 07:10:58 +0000
commit42f22f84f1bf00c715a8a512a34ac93586d3afd9 (patch)
tree9629cdaeae38aa2a60dafe12934a347741cba30b
parent2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-42f22f84f1bf00c715a8a512a34ac93586d3afd9.tar.bz2
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/config.h: Remove. * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
-rw-r--r--cpukit/libcsupport/ChangeLog5
-rw-r--r--cpukit/libcsupport/Makefile.am2
-rw-r--r--cpukit/libcsupport/src/config.h5
3 files changed, 6 insertions, 6 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * src/config.h: Remove.
+ * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
+
2003-10-22 Joel Sherrill <joel@OARcorp.com>
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 <rtems/score/cpuopts.h>