From 5b5434458a902ad0b7e773acb65d822b8faa15ae Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 21 Aug 2020 09:46:12 -0500 Subject: [PATCH] Re-added standards.info which is replacing the standards.info from binutils --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa680ff..3c3190f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ REPO = dev BRIEF = Generate configuration scripts DESC = Autoconf is an extensible package of M4 macros that produce shell \ scripts to automatically configure software source code packages. -SLVER = 2 +SLVER = 4 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')