[uClibc-cvs] uClibc Makefile,1.222,1.223

Erik Andersen andersen at uclibc.org
Sat Oct 18 11:58:58 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
the runtime should not install a /bin dir


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- Makefile	18 Oct 2003 11:52:08 -0000	1.222
+++ Makefile	18 Oct 2003 11:58:55 -0000	1.223
@@ -265,7 +265,6 @@
 install_runtime:
 ifeq ($(strip $(HAVE_SHARED)),y)
 	$(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/lib
-	$(INSTALL) -d $(PREFIX)$(RUNTIME_PREFIX)/bin
 	$(INSTALL) -m 644 lib/lib*-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so \
 		$(PREFIX)$(RUNTIME_PREFIX)/lib
 	cp -fa lib/*.so.* $(PREFIX)$(RUNTIME_PREFIX)/lib




More information about the uClibc-cvs mailing list