summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/bsp-linkcmds.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/aclocal/bsp-linkcmds.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/aclocal/bsp-linkcmds.m4 b/c/src/aclocal/bsp-linkcmds.m4
index 397609f6e0..3e40638f88 100644
--- a/c/src/aclocal/bsp-linkcmds.m4
+++ b/c/src/aclocal/bsp-linkcmds.m4
@@ -13,5 +13,5 @@ done
AS_IF([test -z "${LINKCMDS}"],[
AC_MSG_ERROR([can not determine linkcmds])])
-AC_CONFIG_LINKS([startup/linkcmds:${LINKCMDS}])
+AC_CONFIG_LINKS([linkcmds:${LINKCMDS}])
])