rfv: patch to fix make clean
(agent/mibgroup/Makefile.in)
Index: Makefile.in
===================================================================
--- Makefile.in (revision 16583)
+++ Makefile.in (working copy)
@@ -15,7 +15,11 @@
$(SNMPLIB_INCLUDES) @CPPFLAGS@ $(LIB_CFLAGS)
OTHERCLEANTARGETS=@dllcleans@
+OTHERCLEANTODOS=subdotlibs
+subdotlibs:
+ rm -rf */.libs */*/.libs */*/*/.libs */*/*/*/.libs
+
# Need a special .c -> .o definition here to make sure we place the
# object files in the sub directory.
--
Wes Hardaker
Sparta, Inc.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
[url]http://sourceforge.net/powerbar/db2/[/url]
_______________________________________________
Net-snmp-coders mailing list
[email]Net-snmp-coders@lists.sourceforge.net[/email]
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-coders[/url]