Browse Source

Actually install libdl.a
-Erik

Eric Andersen 21 years ago
parent
commit
9b90385267
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ldso/libdl/Makefile

+ 3 - 3
ldso/libdl/Makefile

@@ -38,9 +38,9 @@ $(LIBDL): ar-target
 
 ar-target: $(OBJS)
 	$(AR) $(ARFLAGS) $(LIBDL) $(OBJS)
-	#install -d $(TOPDIR)lib
-	#rm -f $(TOPDIR)lib/$(LIBDL)
-	#install -m 644 $(LIBDL) $(TOPDIR)lib
+	install -d $(TOPDIR)lib
+	rm -f $(TOPDIR)lib/$(LIBDL)
+	install -m 644 $(LIBDL) $(TOPDIR)lib
 
 
 $(OBJS): %.o : %.c