Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4a351c645bf4..807a53819453 100644 --- a/Makefile +++ b/Makefile @@ -119,13 +119,13 @@ $(LIBREG): regdb.h reglib.h reglib.c install-libreg-headers: $(NQ) ' INSTALL libreg-headers' - $(Q)mkdir -p $(INCLUDE_DIR) - $(Q)cp *.h $(INCLUDE_DIR)/ + $(Q)mkdir -p $(DESTDIR)/$(INCLUDE_DIR) + $(Q)cp *.h $(DESTDIR)/$(INCLUDE_DIR)/ install-libreg: $(NQ) ' INSTALL libreg' - $(Q)mkdir -p $(LIBDIR) - $(Q)cp $(LIBREG) $(LIBDIR)/ + $(Q)mkdir -p $(DESTDIR)/$(LIBDIR) + $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/ $(Q)ldconfig %.o: %.c regdb.h $(LIBREG) -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html