mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +00:00
[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.
This commit is contained in:
parent
6418bedf29
commit
75f043990f
@ -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>
|
2007-02-22 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* quagga.{xml,init}.in: Add licence boilerplate to ensure
|
* quagga.{xml,init}.in: Add licence boilerplate to ensure
|
||||||
|
@ -97,7 +97,7 @@ quagga.init: $(srcdir)/quagga.init.in Makefile
|
|||||||
|
|
||||||
# construct the pkg
|
# construct the pkg
|
||||||
@PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg: prototype.% \
|
@PACKAGE_TARNAME@-%-$(pkg_name_rev).pkg: prototype.% \
|
||||||
quagga.init pkginfo.%.full
|
depend.% quagga.init pkginfo.%.full
|
||||||
($(pkg_make) && \
|
($(pkg_make) && \
|
||||||
$(pkg_trans) "QUAGGA$*")
|
$(pkg_trans) "QUAGGA$*")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user