From af4b1b5b7d1e596efdd27e9a12b8ea6f13b63f51 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 5 Jan 2018 11:12:07 +0100 Subject: [PATCH] Fix parallel make --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7bc203f..1a2026f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ inb_SOURCES = port.c inb_CFLAGS = -Wall # Make hard links for local testing before installation. -all-local: +all-local: $(bin_PROGRAMS) for p in outb inw outw inl outl; do \ rm -f $$p; \ ln inb $$p; \ -- 1.8.3.1