summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:52:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:52:59 +0000
commitd5b004b6e3293e8758d42b3205a94a8590196882 (patch)
tree25647495038888450d325adee8583cd614b06171 /cpukit/libmisc/stackchk
parentAdded clock06.c to the compile list. (diff)
downloadrtems-d5b004b6e3293e8758d42b3205a94a8590196882.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the libmisc directory from Makefile.in to Makefile.am.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/stackchk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/stackchk/Makefile.am b/cpukit/libmisc/stackchk/Makefile.am
index 4430ffae32..e5f467c42a 100644
--- a/cpukit/libmisc/stackchk/Makefile.am
+++ b/cpukit/libmisc/stackchk/Makefile.am
@@ -33,7 +33,7 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
# (OPTIONAL) Add local stuff here using +=
#
-${LIB}: ${SRCS} ${OBJS}
+${LIB}: ${OBJS}
$(make-library)
all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)