From: Michael Tremer Date: Wed, 28 Oct 2009 20:53:15 +0000 (+0100) Subject: make: Had a dep to itself. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad2bb39ca922e9e1a8d98f2b45da7fadf72685d;p=ipfire-3.x.git make: Had a dep to itself. --- diff --git a/pkgs/core/make/make.nm b/pkgs/core/make/make.nm index ea18ed879..ae1ee7a5d 100644 --- a/pkgs/core/make/make.nm +++ b/pkgs/core/make/make.nm @@ -43,6 +43,8 @@ define PKG_DESCRIPTION makefile. endef +PKG_BUILD_DEPS:= $(filter-out make,$(PKG_BUILD_DEPS)) + PKG_TARBALL = $(THISAPP).tar.bz2 include ../../Rules