diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-01-13 18:52:15 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2008-01-13 18:52:15 +0000 |
commit | 75f043990f9e3fe76a59605df8b0c1283a5b2ec6 (patch) | |
tree | 03318f1394f8c6ae6675ba47a5b56a4139f168b5 | |
parent | 6418bedf29a5d573c4b39cc1ea4b0f5c91af22cd (diff) |
[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.
-rw-r--r-- | solaris/ChangeLog | 6 | ||||
-rw-r--r-- | solaris/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/solaris/ChangeLog b/solaris/ChangeLog index c6d8b81d..8a2ad7d3 100644 --- a/solaris/ChangeLog +++ b/solaris/ChangeLog @@ -1,3 +1,9 @@ +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. + 2007-02-22 Paul Jakma <paul.jakma@sun.com> * quagga.{xml,init}.in: Add licence boilerplate to ensure diff --git a/solaris/Makefile.am b/solaris/Makefile.am index 8cfd1418..674f4ebf 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$*") |