diff options
author | Holger Freyther <zecke@selfish.org> | 2006-08-05 13:53:39 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-08-05 13:53:39 +0000 |
commit | e09f555a30a573e1f8025b4123d1132e67c558ad (patch) | |
tree | c87556ed00160e93da03a249fafed508de04ba63 /packages/automake/automake-native_1.9.3.bb | |
parent | aa54534509ab6922f8dff1a5faba1aef844838f1 (diff) |
packages/automake: Use require instead of include to get the base files
Diffstat (limited to 'packages/automake/automake-native_1.9.3.bb')
-rw-r--r-- | packages/automake/automake-native_1.9.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/automake/automake-native_1.9.3.bb b/packages/automake/automake-native_1.9.3.bb index 39544b7c1d..92c861f49c 100644 --- a/packages/automake/automake-native_1.9.3.bb +++ b/packages/automake/automake-native_1.9.3.bb @@ -1,3 +1,3 @@ PV := "${PV}" -include automake-native.inc +require automake-native.inc |