]> pd.if.org Git - zpackage/commitdiff
change soname to zpm-soname
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 15 Apr 2018 11:12:14 +0000 (11:12 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 15 Apr 2018 11:12:14 +0000 (11:12 +0000)
Makefile

index 48f6d5671111a750f96bc6ca41f6ad4fe3defe12..bdcc455b6b439a0df129c0f75951d7b2a9117d7f 100644 (file)
--- 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