From: Lubomir Rintel <lkundrak@v3.sk>
Date: Fri, 5 Jan 2018 10:12:07 +0000 (+0100)
Subject: Fix parallel make
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;p=ioport.git

Fix parallel make
---

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; \