]> git.puffer.fish Git - mirror/frr.git/commitdiff
[solaris] add missing makefile.am dependency
authorPaul Jakma <paul.jakma@sun.com>
Sun, 13 Jan 2008 18:52:15 +0000 (18:52 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Sun, 13 Jan 2008 18:52:15 +0000 (18:52 +0000)
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.

solaris/ChangeLog
solaris/Makefile.am

index c6d8b81db577e5b5d7337f2ea9ea38eb8a757569..8a2ad7d3cd284b8c5e69d877888c74bf43ddc51d 100644 (file)
@@ -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
index 8cfd1418610f80cf0d9fef13912cf0082f5d0807..674f4ebfc79811352b61757254e21d203cfbee59 100644 (file)
@@ -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$*")