diff options
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 |
commit | 6eb9daddc5fb70c08f85a5393b40c5272f61208c (patch) | |
tree | 04fdd06e3b548f89c2de5df5f9458d17e69dfd1e | |
parent | 46f635563dfd45290963041b875f4fd2448a9065 (diff) |
Add in 'ldso' to directory list since 'make clean' was not recursing
into it.
-rw-r--r-- | test/Makefile | 2 |
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) |