[uClibc-cvs] uClibc/libresolv Makefile,1.15,1.16

Erik Andersen andersen at uclibc.org
Tue Nov 4 08:59:30 UTC 2003


Update of /var/cvs/uClibc/libresolv
In directory winder:/tmp/cvs-serv2616/libresolv

Modified Files:
	Makefile 
Log Message:
minor cleanup


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libresolv/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile	18 Oct 2003 10:51:05 -0000	1.15
+++ Makefile	4 Nov 2003 08:59:26 -0000	1.16
@@ -51,8 +51,8 @@
 shared: all
 	$(LD) $(LDFLAGS) -soname=$(LIBRESOLV_SHARED).$(MAJOR_VERSION) \
 		-o $(LIBRESOLV_SHARED_FULLNAME) --whole-archive $(LIBRESOLV) \
-		--no-whole-archive $(TOPDIR)/libc/misc/internals/interp.o \
-		-L$(TOPDIR)/lib -lc;
+		--no-whole-archive $(TOPDIR)libc/misc/internals/interp.o \
+		-L$(TOPDIR)lib -lc;
 	$(INSTALL) -d $(TOPDIR)lib
 	$(RM) $(TOPDIR)lib/$(LIBRESOLV_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBRESOLV_SHARED).$(MAJOR_VERSION)
 	$(INSTALL) -m 644 $(LIBRESOLV_SHARED_FULLNAME) $(TOPDIR)lib




More information about the uClibc-cvs mailing list