Browse Source

Eliminate circular dependancy

Eric Andersen 22 years ago
parent
commit
92d3d2b030
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/libdl/Makefile

+ 1 - 1
ldso/libdl/Makefile

@@ -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;