diff options
author | paul <paul> | 2005-04-21 10:24:43 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-21 10:24:43 +0000 |
commit | d7ba9eca4ae9e7939a4493587585b93748aabea2 (patch) | |
tree | 510efee945f5902e7e08add6f6b43c658079e5bb | |
parent | 81e9b18fdb20a57b1e908bbc99c32a5555f731d1 (diff) | |
download | quagga-d7ba9eca4ae9e7939a4493587585b93748aabea2.tar.bz2 quagga-d7ba9eca4ae9e7939a4493587585b93748aabea2.tar.xz |
2005-04-21 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
is not appropriate.
-rw-r--r-- | solaris/ChangeLog | 5 | ||||
-rw-r--r-- | solaris/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/solaris/ChangeLog b/solaris/ChangeLog index 3dac1bc4..d815c5d0 100644 --- a/solaris/ChangeLog +++ b/solaris/ChangeLog @@ -1,3 +1,8 @@ +2005-04-21 Paul Jakma <paul.jakma@sun.com> + + * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix + is not appropriate. + 2005-04-13 Paul Jakma <paul.jakma@sun.com> * Makefile.am: {i,r}.manifest are (or will be) system provided files diff --git a/solaris/Makefile.am b/solaris/Makefile.am index 9189e140..8083bd5a 100644 --- a/solaris/Makefile.am +++ b/solaris/Makefile.am @@ -71,7 +71,7 @@ pkginfo.%.tmpl: $(srcdir)/pkginfo.%.tmpl.in Makefile rm -f $@ $(edit) $< > $@ -pkginfo.%.full: $(srcdir)/pkginfo.%.tmpl pkginfo.tmpl Makefile +pkginfo.%.full: pkginfo.%.tmpl pkginfo.tmpl Makefile cat pkginfo.tmpl pkginfo.$*.tmpl > $@ # use 'edit' above to transform prototype.in to pkgmk acceptable prototype |