[solaris] add missing makefile.am dependency

2008-01-13 Paul Jakma <paul.jakma@sun.com>

	* Makefile.am: pkg target should depend on the 'depend.%' files.
	  Crops up now that solaris/ doesn't get descended into by
	  general Quagga build.
diff --git a/solaris/Makefile.am b/solaris/Makefile.am
index 8cfd141..674f4eb 100644
--- a/solaris/Makefile.am
+++ b/solaris/Makefile.am
@@ -97,7 +97,7 @@
 
 # construct the pkg
 @PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg: prototype.% \
-		quagga.init pkginfo.%.full
+		depend.% quagga.init pkginfo.%.full
 	($(pkg_make) && \
 	$(pkg_trans) "QUAGGA$*")