OSDN Git Service

Actually install libdl.a
authorEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 12:12:37 +0000 (12:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 25 Oct 2002 12:12:37 +0000 (12:12 -0000)
 -Erik

ldso/libdl/Makefile

index c5c2463..1727c7d 100644 (file)
@@ -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