[uClibc-cvs] uClibc/libintl Makefile,1.4,1.5

Erik Andersen andersen at uclibc.org
Tue Nov 4 08:52:13 UTC 2003


Update of /var/cvs/uClibc/libintl
In directory winder:/tmp/cvs-serv2359

Modified Files:
	Makefile 
Log Message:
minor cleanup


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libintl/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	18 Oct 2003 10:51:00 -0000	1.4
+++ Makefile	4 Nov 2003 08:52:10 -0000	1.5
@@ -53,8 +53,8 @@
 shared: all
 	$(LD) $(LDFLAGS) -soname=$(LIBINTL_SHARED).$(MAJOR_VERSION) \
 		-o $(LIBINTL_SHARED_FULLNAME) --whole-archive $(LIBINTL) \
-		--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/$(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib/$(LIBINTL_SHARED).$(MAJOR_VERSION)
 	$(INSTALL) -m 644 $(LIBINTL_SHARED_FULLNAME) $(TOPDIR)lib




More information about the uClibc-cvs mailing list