diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-24 02:41:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-24 02:42:23 +0100 |
commit | 05bcf6cfdfe0a8bfdbe142e7b75c56f135e6b104 (patch) | |
tree | b3ed717cc4ed8c7ac0072ce9cc689fa19baefd83 /package/make/patches | |
parent | faf51a2a9b134b1441188bba662145bbea345e22 (diff) |
make: update to latest version
Diffstat (limited to 'package/make/patches')
-rw-r--r-- | package/make/patches/patch-commands_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/make/patches/patch-commands_c b/package/make/patches/patch-commands_c deleted file mode 100644 index 2157bd3ce..000000000 --- a/package/make/patches/patch-commands_c +++ /dev/null @@ -1,11 +0,0 @@ ---- make-4.0.orig/commands.c 2013-10-06 01:12:24.000000000 +0200 -+++ make-4.0/commands.c 2014-07-30 15:31:01.450155946 +0200 -@@ -14,8 +14,6 @@ A PARTICULAR PURPOSE. See the GNU Gener - You should have received a copy of the GNU General Public License along with - this program. If not, see <http://www.gnu.org/licenses/>. */ - --#include <dlfcn.h> -- - #include "makeint.h" - #include "filedef.h" - #include "dep.h" |