From e0e597ab55c6dc7c3db7accd3be3a472642fa346 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 23 Jul 2023 04:40:11 -0300 Subject: build: make asc use config.sh Similarly to mkdeb.sh. Relates to #5140. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4551ebad2..6e3593d20 100644 --- a/Makefile +++ b/Makefile @@ -339,8 +339,8 @@ dist: clean config.mk rm -fr $(TARNAME)-$(VERSION) .PHONY: asc -asc: config.mk - ./mkasc.sh $(VERSION) +asc: config.sh + ./mkasc.sh .PHONY: deb deb: dist config.sh -- cgit v1.2.3-54-g00ecf