summaryrefslogtreecommitdiffstats
path: root/scripts/rtems/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/rtems/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rtems/Makefile.am b/scripts/rtems/Makefile.am
index 76fb8ff81f..83483dd940 100644
--- a/scripts/rtems/Makefile.am
+++ b/scripts/rtems/Makefile.am
@@ -35,9 +35,8 @@ sparc-rtems-erc32-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
TEMPLATES = rtems.spec.in
-RPM_SPECS_DATA = \
- i386-rtems-pc386-$(BSPVERS).spec i960-rtems-cvme961-$(BSPVERS).spec \
- m68k-rtems-gen68360-$(BSPVERS).spec \
+RPM_SPECS_DATA = i386-rtems-pc386-$(BSPVERS).spec \
+ i960-rtems-cvme961-$(BSPVERS).spec m68k-rtems-gen68360-$(BSPVERS).spec \
mips64orion-rtems-p4600-$(BSPVERS).spec \
powerpc-rtems-mcp750-$(BSPVERS).spec sh-rtems-gensh1-$(BSPVERS).spec \
sh-rtemself-gensh1-$(BSPVERS).spec sparc-rtems-erc32-$(BSPVERS).spec
@@ -47,4 +46,5 @@ noinst_DATA = $(TEMPLATES)
EXTRA_DIST = $(TEMPLATES)
CLEANFILES = $(RPM_SPECS_DATA)
+
include $(top_srcdir)/../automake/local.am