diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-15 23:58:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-15 23:58:10 +0000 |
commit | 34d61933bb059372c68a4cfacc4ce801dc1f28db (patch) | |
tree | 09c0a2438db7dc2efda12f4b0e588aa31db217d9 /ldso/Makefile | |
parent | 1c8b3c30f9bb9690d48c5196c8481455e3634cd4 (diff) |
A few build updates
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/Makefile b/ldso/Makefile index f26489eee..aa37d2ea4 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -1,7 +1,7 @@ TOPDIR=../ include $(TOPDIR)Rules.mak -SUBDIRS = util libdl +SUBDIRS = libdl ALL_SUBDIRS = util libdl d-link all: |