diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-09 21:51:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-09 21:51:27 +0000 |
commit | 2f0c96f2f7aa39f59345261fd2470eba55b7b989 (patch) | |
tree | 733bdeb7f4a96f4d788683e80db798859bd66639 /packages/automake/automake_1.7.7.bb | |
parent | 4828523eba3a9aaf08cdb8ae05b5bf7a018b922c (diff) |
Fix the automake path bits .. again .. forgot to patch Makefile.in while i was patching Makefile.am, so the automake build tried to call the local automake on its own buildsystem before it built it..
BKrev: 422f6fdf4Y80DL4lbmlJib9su7S22A
Diffstat (limited to 'packages/automake/automake_1.7.7.bb')
-rw-r--r-- | packages/automake/automake_1.7.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/automake/automake_1.7.7.bb b/packages/automake/automake_1.7.7.bb index 1ec1b06df0..f5362e0c72 100644 --- a/packages/automake/automake_1.7.7.bb +++ b/packages/automake/automake_1.7.7.bb @@ -3,7 +3,7 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \ DESCRIPTION = "A tool for automatically generating Makefiles." SECTION = "devel" LICENSE = "GPL" -PR = "r5" +PR = "r6" inherit autotools FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" |