- (*/Makefile.in): make makefileindepend setup.


git-svn-id: file:///home/hardaker/lib/sf-bkups/net-snmp-convert-svnrepo/trunk@973 06827809-a52a-0410-b366-d66718629ded
diff --git a/agent/mibgroup/Makefile.in b/agent/mibgroup/Makefile.in
index 902fe9f..3f8cee0 100644
--- a/agent/mibgroup/Makefile.in
+++ b/agent/mibgroup/Makefile.in
@@ -29,6 +29,9 @@
 	makedepend $(CPPFLAGS) *.c
 	perl -n -i.bak -e ' if (/^# DO NOT DELETE THIS LINE/) {$$doit=1;} if ($$doit == 1) {s#/usr/include/[^\s]+##g ; print if (! /^[\w]+\.o:\s*$$/);} else {print;}' Makefile
 
+makefileindepend: nosysdepend
+	perl -e ' rename("Makefile.in","Makefile.in.bak"); open(F,"Makefile.in.bak"); open(G,"Makefile"); open(O,">Makefile.in"); $$_ = <F>; while(!/^# DO NOT DELETE THIS LINE/) { print O $$_; $$_ = <F>; } print O $$_; $$_ = <G>; while(!/^# DO NOT DELETE THIS LINE/) { $$_ = <G>; } while (<G>) {print O $$_;} '
+
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
 acl_vars.o: ../../config.h ../../mib_module_config.h