dslinux/lib/libssl Makefile

stsp stsp at user.in-berlin.de
Thu Aug 31 12:28:27 CEST 2006


Update of /cvsroot/dslinux/dslinux/lib/libssl
In directory antilope:/tmp/cvs-serv28552

Modified Files:
	Makefile 
Log Message:
Do not run make depend on every build anymore, since it changes all
Makefiles in libssl causing commit noise.

Sometimes we will probably have to run make depend manually.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/lib/libssl/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	18 Jun 2006 16:22:30 -0000	1.3
+++ Makefile	31 Aug 2006 10:28:24 -0000	1.4
@@ -178,7 +178,7 @@
 HEADER=         e_os.h
 
 #all: Makefile build_all openssl.pc libssl.pc libcrypto.pc
-all: depend links build_libs openssl.pc libssl.pc libcrypto.pc
+all: links build_libs openssl.pc libssl.pc libcrypto.pc
 
 # as we stick to -e, CLEARENV ensures that local variables in lower
 # Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn




More information about the dslinux-commit mailing list