Message ID | 1392404324-5153-1-git-send-email-linville@tuxdriver.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Fri, Feb 14, 2014 at 10:58 AM, John W. Linville
<linville@tuxdriver.com> wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Applied and pushed, thanks!
Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
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)
Signed-off-by: John W. Linville <linville@tuxdriver.com> --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)