summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bare/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:33:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-03 04:33:07 +0000
commitdb3fa142bb1d4dad52d5b8157c8d238b28d344ee (patch)
treefcd212f37bf66dceb56bbe96eef97e14c975f059 /c/src/lib/libbsp/bare/Makefile.am
parent2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-db3fa142bb1d4dad52d5b8157c8d238b28d344ee.tar.bz2
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/bare/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/bare/Makefile.am b/c/src/lib/libbsp/bare/Makefile.am
index 46cbbcdabc..abd27c5903 100644
--- a/c/src/lib/libbsp/bare/Makefile.am
+++ b/c/src/lib/libbsp/bare/Makefile.am
@@ -10,7 +10,9 @@ dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h
include_HEADERS += include/tm27.h
+
nodist_include_HEADERS = include/bspopts.h
+DISTCLEANFILES = include/bspopts.h
nodist_include_HEADERS += $(top_srcdir)/../shared/include/coverhd.h
@@ -52,6 +54,6 @@ $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../shared/include/coverhd.h $(PROJEC
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
CLEANFILES = $(PREINSTALL_FILES)
-DISTCLEANFILES = $(PREINSTALL_DIRS)
+DISTCLEANFILES += $(PREINSTALL_DIRS)
include $(top_srcdir)/../../../automake/local.am