]> git.ozlabs.org Git - petitboot/commit
Fix out of source make dist
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 27 Feb 2009 14:54:03 +0000 (14:54 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 23 Mar 2009 10:48:59 +0000 (21:48 +1100)
commitdcab4e022083fecf221bebf9d6cdbb30b4b33c4d
treeb6575cdc981da6aef27b6cd65668c094a8521d2c
parentb90e4c95a69fcd5a561db71df940f0b5085b1c41
Fix out of source make dist

The dist makefile target needs to work on files in the
source directory. Add the missing $(top_srcdir).

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
rules.mk