summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-06-02 11:19:35 -0700
committerIan Romanick <idr@us.ibm.com>2008-06-02 11:19:35 -0700
commitf688827ebdc7fa8ef1160086565f9e109768a250 (patch)
tree3545546de8b25fb7555273a50f2b6f8d0a99c3ef /src/mesa/drivers/dri/Makefile
parent96adcc2e214e2fdc2ad15ecac20b1066c6cdd1ca (diff)
bug #16503: use INSTALL macro instead of hard-coding to bin/minstall
This is only part of the fix. Someone with more autoconf-fu will have to fix the rest
Diffstat (limited to 'src/mesa/drivers/dri/Makefile')
-rw-r--r--src/mesa/drivers/dri/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/Makefile b/src/mesa/drivers/dri/Makefile
index c6464a2a24..41dfc67e0c 100644
--- a/src/mesa/drivers/dri/Makefile
+++ b/src/mesa/drivers/dri/Makefile
@@ -27,9 +27,9 @@ install:
(cd $$dir && $(MAKE) install) || exit 1 ; \
fi \
done
- $(TOP)/bin/minstall -d $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
- $(TOP)/bin/minstall -m 0644 $(TOP)/include/GL/internal/dri_interface.h $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
- $(TOP)/bin/minstall -m 0644 $(TOP)/include/GL/internal/dri_sarea.h $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
+ $(INSTALL) -d $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
+ $(INSTALL) -m 0644 $(TOP)/include/GL/internal/dri_interface.h $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
+ $(INSTALL) -m 0644 $(TOP)/include/GL/internal/dri_sarea.h $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
clean: