summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/arm/rtems/score/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:35:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:35:34 +0000
commit178fae8e295c29fb79809c5b449fcdfe8539703a (patch)
tree30ec16fe85fb9727f456d0b71a4935dbd93035c0 /c/src/exec/score/cpu/arm/rtems/score/Makefile.am
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-178fae8e295c29fb79809c5b449fcdfe8539703a.tar.bz2
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am, formatting. * rtems/Makefile.am: Formatting. * rtems/score/Makefile.am: Formatting.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/arm/rtems/score/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/c/src/exec/score/cpu/arm/rtems/score/Makefile.am b/c/src/exec/score/cpu/arm/rtems/score/Makefile.am
index 9798299588..c7a70a5897 100644
--- a/c/src/exec/score/cpu/arm/rtems/score/Makefile.am
+++ b/c/src/exec/score/cpu/arm/rtems/score/Makefile.am
@@ -1,6 +1,6 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4
@@ -11,9 +11,8 @@ noinst_HEADERS = $(H_FILES)
# (OPTIONAL) Add local stuff here using +=
#
-PREINSTALL_FILES = \
-$(PROJECT_INCLUDE)/rtems/score \
-$(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
+ $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
$(PROJECT_INCLUDE)/rtems/score:
$(mkinstalldirs) $@