summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libmisc/assoc/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 16:13:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 16:13:19 +0000
commit1c841bd2299922375c1b05f9c568d64ae5b5a818 (patch)
treefa31037abd59549b11ef697ad7eae989df415f6e /c/src/lib/libmisc/assoc/Makefile.in
parentRemoved usage of printf. (diff)
downloadrtems-1c841bd2299922375c1b05f9c568d64ae5b5a818.tar.bz2
Split out the routine rtems_assoc_name_bad().
Diffstat (limited to 'c/src/lib/libmisc/assoc/Makefile.in')
-rw-r--r--c/src/lib/libmisc/assoc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libmisc/assoc/Makefile.in b/c/src/lib/libmisc/assoc/Makefile.in
index d10064af13..2374e720eb 100644
--- a/c/src/lib/libmisc/assoc/Makefile.in
+++ b/c/src/lib/libmisc/assoc/Makefile.in
@@ -18,7 +18,7 @@ VPATH = @srcdir@
LIB=${ARCH}/libassoc-tmp.a
# C source names, if any, go here -- minus the .c
-C_PIECES=assoc
+C_PIECES=assoc assocnamebad
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)