OSDN Git Service

Eliminate circular dependancy
authorEric Andersen <andersen@codepoet.org>
Sun, 17 Feb 2002 10:54:03 +0000 (10:54 -0000)
committerEric Andersen <andersen@codepoet.org>
Sun, 17 Feb 2002 10:54:03 +0000 (10:54 -0000)
ldso/libdl/Makefile

index b58747e..deb9a7f 100644 (file)
@@ -49,7 +49,7 @@ $(OBJS): %.o : %.c
 
 $(OBJ): Makefile
 
-shared: all
+shared:
        $(LD) $(LDFLAGS) -soname=$(LIBDL_SHARED).$(MAJOR_VERSION) \
                -o $(LIBDL_SHARED_FULLNAME) --whole-archive $(LIBDL) \
                --no-whole-archive -L$(TOPDIR)/lib -lc;