Fix wrong makefile rule.
parent
ed86a638b5
commit
b2e811df19
2
makefile
2
makefile
|
@ -18,7 +18,7 @@ PKGCONFIGDIR ?= /usr/share/pkgconfig
|
|||
|
||||
$(PKGCONFIGDIR):; install -m 0755 -d $(PKGCONFIGDIR)
|
||||
$(PKGCONFIGDIR)/ipc.pc: ipc.pc; install -m 0644 ipc.pc $(PKGCONFIGDIR)
|
||||
install-pkgconfig: $(PKGCONFIGDIR) $(PKGCONFIGDIR)/hexa.pc
|
||||
install-pkgconfig: $(PKGCONFIGDIR) $(PKGCONFIGDIR)/ipc.pc
|
||||
|
||||
$(LIBDIR):; install -m 0755 -d $(LIBDIR)
|
||||
$(LIBDIR)/libipc.a: zig-out/lib/libipc.a; install -m 0644 zig-out/lib/libipc.a $(LIBDIR)
|
||||
|
|
Loading…
Reference in New Issue