git.annexia.org
/
ioport.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19b7ae
)
Fix parallel make
master
author
Lubomir Rintel
<lkundrak@v3.sk>
Fri, 5 Jan 2018 10:12:07 +0000
(11:12 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 5 Jan 2018 10:41:16 +0000
(10:41 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
7bc203f
..
1a2026f
100644
(file)
--- 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; \