diff options
Diffstat (limited to 'ldso/Makefile')
-rw-r--r-- | ldso/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/Makefile b/ldso/Makefile index 8796649b5..bb9328a5c 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -1,6 +1,5 @@ TOPDIR=../ -include $(TOPDIR)Rules.mak -include Config.mk +include Rules.mak SUBDIRS = util d-link libdl # man TARGETDIR=/usr/$(TARGET_ARCH)-linux-uclibc |