Fix parallel make
[ioport.git] / 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; \