From 738a9ae8e7f9faaf3128c36895973b06015897f9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 20 Nov 2003 07:29:52 +0000 Subject: 2003-11-20 Ralf Corsepius * src/config.h: Remove. * Makefile.am: Remove src/config.h AM_CPPFLAGS += -I$(top_builddir). --- cpukit/posix/ChangeLog | 6 ++++++ cpukit/posix/Makefile.am | 4 ++-- cpukit/posix/src/config.h | 5 ----- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 cpukit/posix/src/config.h (limited to 'cpukit/posix') diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index ef98158bac..06b785d542 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,3 +1,9 @@ +2003-11-20 Ralf Corsepius + + * src/config.h: Remove. + * Makefile.am: Remove src/config.h + AM_CPPFLAGS += -I$(top_builddir). + 2003-10-21 Ralf Corsepius * src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c, diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index c0548da48a..44a7a4091d 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -26,7 +26,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix # include noinst_HEADERS = include/devctl.h include/intr.h -noinst_HEADERS += src/config.h include_HEADERS = include/sched.h include/aio.h include/mqueue.h include/semaphore.h @@ -168,7 +167,8 @@ OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT)) # Add local stuff here using += # -AM_CPPFLAGS += -I$(srcdir)/src -D__RTEMS_INSIDE__ +AM_CPPFLAGS += -I$(top_builddir) +AM_CPPFLAGS += -D__RTEMS_INSIDE__ all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) diff --git a/cpukit/posix/src/config.h b/cpukit/posix/src/config.h deleted file mode 100644 index 09fe652e2c..0000000000 --- a/cpukit/posix/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