summaryrefslogtreecommitdiff
path: root/ldso/libdl/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-25 12:12:37 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-25 12:12:37 +0000
commit9b903852674032998a2a2a473881be5418f06914 (patch)
tree06acb8cccf64ad06a4558db1de8cb184f019e6be /ldso/libdl/Makefile
parent71d9d16063f03bba67ff448fe4a0459da5e27085 (diff)
Actually install libdl.a
-Erik
Diffstat (limited to 'ldso/libdl/Makefile')
-rw-r--r--ldso/libdl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile
index c5c246399..1727c7d5e 100644
--- a/ldso/libdl/Makefile
+++ b/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