[PATCH] MAKE: Simplify dependencies of target "all".

Dominik Vogt dvogt at ffm.tc.iot.dtag.de
Mon Aug 9 09:44:36 CEST 2010


---
 src/common.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common.mk b/src/common.mk
index f9de5a2..4e0f5cd 100644
--- a/src/common.mk
+++ b/src/common.mk
@@ -91,7 +91,7 @@ endif
 #
 #  Build rules
 #
-all: $(LIBPATH) $(LIBSNMPPLUS) $(LIBSNMPPLUS_SHARED)
+all: lib shlib
 
 lib: $(LIBPATH) $(LIBSNMPPLUS)
 
-- 
1.5.5.6


--HlL+5n6rz5pIUxbD
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment;
	filename="0005-MAKE-Add-rules-to-install-only-shared-or-static-lib.patch"



More information about the AGENTPP mailing list