summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2005-02-21 00:20:19 +0000
committerDave Airlie <airliedfreedesktop.org>2005-02-21 00:20:19 +0000
commita2990a9d730e1fe579debbe0e4a7be46c5c2329b (patch)
treeb7c6802fa21365bdae1bf281e3fafe66da5e7337 /Makefile
parentdee1c795c25c2915582c7928238498bb63d86234 (diff)
Add DESTDIR install target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 847b5b256df..a099475481b 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ realclean:
install:
@echo "Installing"
- $(TOP)/bin/installmesa
+ $(TOP)/bin/installmesa $(DESTDIR)
# DirectFBGL module installation
linux-directfb-install: