projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5a9a3
)
Fix path to minstall in last commit.
author
Adam Jackson
<ajax@redhat.com>
Fri, 15 Feb 2008 22:22:09 +0000
(17:22 -0500)
committer
Adam Jackson
<ajax@redhat.com>
Fri, 15 Feb 2008 22:22:09 +0000
(17:22 -0500)
src/mesa/drivers/dri/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/Makefile
b/src/mesa/drivers/dri/Makefile
index ae14e5d8738f9a33b3bd73ca5a1a78cc695b0e15..bba675ef13b8646a878d6e5fddb1fc5fbb5ce863 100644
(file)
--- a/
src/mesa/drivers/dri/Makefile
+++ b/
src/mesa/drivers/dri/Makefile
@@
-27,8
+27,8
@@
install:
(cd $$dir && $(MAKE) install) || exit 1 ; \
fi \
done
- $(TOP)/minstall -d $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
- $(TOP)/minstall -m 0644 $(TOP)/include/GL/internal/dri_interface.h $(DESTDIR)$(INSTALL_DIR)/include/GL/internal
+ $(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
clean: