From: Nathan Wagner Date: Sun, 15 Apr 2018 11:12:14 +0000 (+0000) Subject: change soname to zpm-soname X-Git-Tag: v0.1.6~100 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=2b9bc43be66627b399b18a78fde46474091b0d1a change soname to zpm-soname --- 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