X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f6026f0d5481e2c91be52cc85c47ccf5f1303f64..a99d02a86c5c25c4a36f06aa44c01709de8219c4:/buildlib/configure.mak diff --git a/buildlib/configure.mak b/buildlib/configure.mak index d3c548ee3..310c2600c 100644 --- a/buildlib/configure.mak +++ b/buildlib/configure.mak @@ -15,11 +15,13 @@ BUILDDIR=build .PHONY: startup startup: configure $(BUILDDIR)/config.status $(addprefix $(BUILDDIR)/,$(CONVERTED)) -configure: aclocal.m4 configure.in - # use the files provided from the system instead of carry around - # and use (most of the time outdated) copycats +# use the files provided from the system instead of carry around +# and use (most of the time outdated) copycats +buildlib/config.sub: ln -sf /usr/share/misc/config.sub buildlib/config.sub - ln -sf /usr/share/misc/config.guess buildlib/config.guess +buildlib/config.guess: + ln -sf /usr/share/misc/config.guess buildlib/config.guess +configure: aclocal.m4 configure.in buildlib/config.guess buildlib/config.sub autoconf aclocal.m4: $(wildcard buildlib/*.m4)