Fix parallel make master
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 5 Jan 2018 10:12:07 +0000 (11:12 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 5 Jan 2018 10:41:16 +0000 (10:41 +0000)
Makefile.am

index 7bc203f..1a2026f 100644 (file)
@@ -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; \