From 0fa54a0be5be116d83c8ebfb22549dbe4b35ab45 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 20 Nov 2003 07:38:31 +0000 Subject: 2003-11-20 Ralf Corsepius * capture/config.h: Remove. * capture/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * cpuuse/config.h: Remove. * cpuuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * devnull/config.h: Remove. * devnull/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * dummy/config.h: Remove. * dummy/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * dumpbuf/config.h: Remove. * dumpbuf/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * monitor/config.h: Remove. * monitor/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * mw-fb/config.h: Remove. * mw-fb/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * rtmonuse/config.h: Remove. * rtmonuse/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * serdbg/config.h: Remove. * serdbg/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * shell/config.h: Remove. * shell/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * stackchk/config.h: Remove. * stackchk/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). * untar/config.h: Remove. * untar/Makefile.am: Remove config.h. AM_CPPFLAGS += -I$(top_builddir). --- cpukit/libmisc/serdbg/Makefile.am | 4 ++-- cpukit/libmisc/serdbg/config.h | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 cpukit/libmisc/serdbg/config.h (limited to 'cpukit/libmisc/serdbg') diff --git a/cpukit/libmisc/serdbg/Makefile.am b/cpukit/libmisc/serdbg/Makefile.am index f0b84c0e29..e09d24b8dc 100644 --- a/cpukit/libmisc/serdbg/Makefile.am +++ b/cpukit/libmisc/serdbg/Makefile.am @@ -15,11 +15,11 @@ include_HEADERS = serdbgcnf.h serdbg.h termios_printk_cnf.h \ termios_printk.h endif -noinst_HEADERS = config.h - include $(top_srcdir)/automake/compile.am include $(top_srcdir)/automake/lib.am +AM_CPPFLAGS += -I$(top_builddir) + $(PROJECT_INCLUDE): @$(mkinstalldirs) $@ $(PROJECT_INCLUDE)/%.h: %.h diff --git a/cpukit/libmisc/serdbg/config.h b/cpukit/libmisc/serdbg/config.h deleted file mode 100644 index 09fe652e2c..0000000000 --- a/cpukit/libmisc/serdbg/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