summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-15 13:06:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-15 13:06:36 +0000
commit2b4092231f447e7ca4d5aaf0871f0b7adab8795a (patch)
tree945acb1afac9fbf5fc71aa65d94aa6e578f7882d /c/src/exec/score/cpu/sh/configure.in
parentMoved <sys/cdefs.h> to lib/include so non-networking applications could (diff)
downloadrtems-2b4092231f447e7ca4d5aaf0871f0b7adab8795a.tar.bz2
Patch rtems-rc-20000615-1-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> to fix a bad file reference.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/sh/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/sh/configure.in b/c/src/exec/score/cpu/sh/configure.in
index 0a52a3f98f..3bc43813d1 100644
--- a/c/src/exec/score/cpu/sh/configure.in
+++ b/c/src/exec/score/cpu/sh/configure.in
@@ -3,7 +3,7 @@ dnl
dnl $Id$
AC_PREREQ(2.13)
-AC_INIT(cpu_asm.c)
+AC_INIT(asm.h)
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)