]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/Makefile
rdma: update uapi headers
[mirror_iproute2.git] / rdma / Makefile
index 819fcbe37506ae7252288eb711078213a3fa479c..0498994fc23339a8494752e10631ee09d8556199 100644 (file)
@@ -17,7 +17,9 @@ rdma: $(RDMA_OBJ) $(LIBS)
        $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
 
 install: all
-       install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
+       for i in $(TARGETS); \
+       do install -m 0755 $$i $(DESTDIR)$(SBINDIR); \
+       done
 
 clean:
        rm -f $(RDMA_OBJ) $(TARGETS)