2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/config.h: Remove.
	* src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
This commit is contained in:
Ralf Corsepius
2003-11-20 07:10:58 +00:00
parent 2ea1779aa1
commit 42f22f84f1
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,5 +0,0 @@
/* HACK:
* Pull-in RTEMS global config-header cpuopts.h as local config.h
*/
#include <rtems/score/cpuopts.h>