diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index 16a6cca2fe..e89bf7bf9c 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -33,6 +33,8 @@ rtld-routines := rtld $(addprefix dl-,minimal load lookup object reloc \ distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h \ soinit.c sofini.c ldd.sh.in linux-compat.c +all: # Make this the default target; it will be defined in Rules. + include ../Makeconfig ifeq (yes,$(build-shared)) |