From: Paul Jakma Date: Sun, 13 Jan 2008 18:52:15 +0000 (+0000) Subject: [solaris] add missing makefile.am dependency X-Git-Tag: frr-2.0-rc1~2439 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=75f043990f9e3fe76a59605df8b0c1283a5b2ec6;p=mirror%2Ffrr.git [solaris] add missing makefile.am dependency 2008-01-13 Paul Jakma * 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/ChangeLog b/solaris/ChangeLog index c6d8b81db5..8a2ad7d3cd 100644 --- a/solaris/ChangeLog +++ b/solaris/ChangeLog @@ -1,3 +1,9 @@ +2008-01-13 Paul Jakma + + * Makefile.am: pkg target should depend on the 'depend.%' files. + Crops up now that solaris/ doesn't get descended into by + general Quagga build. + 2007-02-22 Paul Jakma * quagga.{xml,init}.in: Add licence boilerplate to ensure diff --git a/solaris/Makefile.am b/solaris/Makefile.am index 8cfd141861..674f4ebfc7 100644 --- a/solaris/Makefile.am +++ b/solaris/Makefile.am @@ -97,7 +97,7 @@ quagga.init: $(srcdir)/quagga.init.in Makefile # construct the pkg @PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg: prototype.% \ - quagga.init pkginfo.%.full + depend.% quagga.init pkginfo.%.full ($(pkg_make) && \ $(pkg_trans) "QUAGGA$*")