summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-03-07 05:30:27 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-03-07 05:30:27 +0000
commit97a40898fc7d35d0825402f0e617dacad3d044ef (patch)
tree671b0d2a391792b701a66b5028cf1cd9dd484202 /make
parentMake all BSPs use the same rules for invoking gcc and g++ to link an applicat... (diff)
downloadrtems-97a40898fc7d35d0825402f0e617dacad3d044ef.tar.bz2
2008-03-06 Till Straumann <strauman@slac.stanford.edu>
* custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/mvme3100.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index fb7895121b..7ea4bc2fe6 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-06 Till Straumann <strauman@slac.stanford.edu>
+
+ * custom/mvme3100.cfg: Fixed typo, 'endef' not 'endif'.
+
2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/gen405.cfg, custom/helas403.cfg: Remove (Abandonded).
diff --git a/make/custom/mvme3100.cfg b/make/custom/mvme3100.cfg
index 7c6adbbdde..e66bc95bb7 100644
--- a/make/custom/mvme3100.cfg
+++ b/make/custom/mvme3100.cfg
@@ -31,7 +31,7 @@ CFLAGS_DEBUG_V = -O1 -g
define bsp-post-link
$(default-bsp-post-link)
$(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
-endif
+endef
# Miscellaneous additions go here
START_BASE = motld_start