summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/vegaplus/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 14:35:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 14:35:39 +0000
commit3ccd7bdd8e292efc82f174d7358442af2036afa0 (patch)
treee7dce1c8fe93c9a1d45537d14a25829b70578233 /c/src/lib/libbsp/arm/vegaplus/Makefile.am
parent2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3ccd7bdd8e292efc82f174d7358442af2036afa0.tar.bz2
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS. * irq/Makefile.am: Ditto.
Diffstat (limited to 'c/src/lib/libbsp/arm/vegaplus/Makefile.am')
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/vegaplus/Makefile.am b/c/src/lib/libbsp/arm/vegaplus/Makefile.am
index 68bfc93805..2bf1dedab1 100644
--- a/c/src/lib/libbsp/arm/vegaplus/Makefile.am
+++ b/c/src/lib/libbsp/arm/vegaplus/Makefile.am
@@ -16,6 +16,8 @@ nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
all-local: $(PREINSTALL_FILES)
+PREINSTALL_DIRS =
+
$(PROJECT_INCLUDE)/registers.h: include/registers.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/registers.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/registers.h
@@ -25,6 +27,7 @@ $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(PRO
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
CLEANFILES = $(PREINSTALL_FILES)
+DISTCLEANFILES = $(PREINSTALL_DIRS)
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am