From 2b9bc43be66627b399b18a78fde46474091b0d1a Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 15 Apr 2018 11:12:14 +0000 Subject: [PATCH] change soname to zpm-soname --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48f6d56..bdcc455 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ stest: $(ZPKGBIN) test: $(ZPKGBIN) PATH=$(curdir)/t:$(curdir):$(PATH) prove -e '' t/*.t -programs: elftype soname zpm-soneed zpm-addfile zpm-extract zpm-init \ +programs: elftype zpm-soname zpm-soneed zpm-addfile zpm-extract zpm-init \ zpm-vercmp zpm-findpkg uncompress: uncompress.o @@ -65,7 +65,7 @@ uncompress: uncompress.o elftype: elf/elftype.c $(CC) $(CFLAGS) -o $@ $+ -soname: elf/soname.c +zpm-soname: elf/soname.c $(CC) -Ielf $(CFLAGS) -o $@ $+ zpm-soneed: elf/needed.c -- 2.40.0