aboutsummaryrefslogtreecommitdiff
path: root/devel/libpci/files/patch-lib::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libpci/files/patch-lib::Makefile')
-rw-r--r--devel/libpci/files/patch-lib::Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libpci/files/patch-lib::Makefile b/devel/libpci/files/patch-lib::Makefile
index bb36c6e22827..c91be38b8d03 100644
--- a/devel/libpci/files/patch-lib::Makefile
+++ b/devel/libpci/files/patch-lib::Makefile
@@ -4,7 +4,7 @@
rm -f $@
$(AR) rcs $@ $^
$(RANLIB) $@
-+ $(CC) $(CFLAGS) -shared $@ -o libpci.so
++ $(CC) $(CFLAGS) -shared $^ -o libpci.so
$(PCILIBPC): $(PCILIBPC).in
sed <$< >$@ -e 's,@PREFIX@,$(PREFIX),' \