diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/make_3.80.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/make_3.80.oe b/make/make_3.80.oe index e69de29bb2..94e3322e39 100644 --- a/make/make_3.80.oe +++ b/make/make_3.80.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := ${GNU_MIRROR}/make/make-3.80.tar.bz2 + +inherit autotools |