From a9df169f108b15d312421e498675cd2e48206660 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 5 Oct 2005 17:27:58 +0000 Subject: [PATCH] Add missing $(DESTDIR) to custom install target --- hw/xfree86/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index ff0ed81e5..7c219400a 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -60,7 +60,7 @@ os-support/solaris/solaris-$(SOLARIS_INOUT_ARCH).il: endif install-data-local: - $(mkdir_p) $(logdir) + $(mkdir_p) $(DESTDIR)$(logdir) install-exec-local: