]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2005-04-21 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Thu, 21 Apr 2005 10:24:43 +0000 (10:24 +0000)
committerpaul <paul>
Thu, 21 Apr 2005 10:24:43 +0000 (10:24 +0000)
* Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
  is not appropriate.

solaris/ChangeLog
solaris/Makefile.am

index 3dac1bc4b1acdc6e75f07fe6e12b5c1a2ce87fd7..d815c5d0a188e7a82bd34e9e446496f36898dcae 100644 (file)
@@ -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
index 783d227b74167aad949c066f001824eaf1eb495e..e7fdf6ba0c9027eddf72760c33f09cf8419e96a7 100644 (file)
@@ -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