diff options
author | paul <paul> | 2005-04-21 10:24:43 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-21 10:24:43 +0000 |
commit | f3ff15541592bab1435775f7b79c1cd267bd57f3 (patch) | |
tree | 991934bdf1dde78097b14d4fcd46b5a32af552f1 /solaris/Makefile.am | |
parent | 05f01076828a2678538c4c827f7855a61b443389 (diff) |
2005-04-21 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
is not appropriate.
Diffstat (limited to 'solaris/Makefile.am')
-rw-r--r-- | solaris/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solaris/Makefile.am b/solaris/Makefile.am index 783d227b..e7fdf6ba 100644 --- a/solaris/Makefile.am +++ b/solaris/Makefile.am @@ -1,5 +1,5 @@ # Solaris packages automake file -# $Id: Makefile.am,v 1.3 2005/04/13 03:37:23 paul Exp $ +# $Id: Makefile.am,v 1.4 2005/04/21 10:24:43 paul Exp $ .PHONY: packages @@ -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 |