summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2002-11-11 14:46:26 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2002-11-11 14:46:26 +0000
commit6eb9daddc5fb70c08f85a5393b40c5272f61208c (patch)
tree04fdd06e3b548f89c2de5df5f9458d17e69dfd1e /test
parent46f635563dfd45290963041b875f4fd2448a9065 (diff)
Add in 'ldso' to directory list since 'make clean' was not recursing
into it.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index f38e42d7a..f07d87d74 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -22,7 +22,7 @@ TOPDIR=../
.EXPORT_ALL_VARIABLES:
-ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd crypt #misc
+ALL_SUBDIRS = args assert ctype ldso pwd_grp signal silly stdlib string unistd crypt #misc
DIRS = $(ALL_SUBDIRS)
#ifeq ($(TARGET_ARCH), $(NATIVE_ARCH))
# DIRS = $(ALL_SUBDIRS)