summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 7783ebec85a..b17696df4d2 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -157,7 +157,7 @@ install: default $(DRICORE_INSTALL_TARGET)
$(MAKE) install-osmesa || exit 1 ; \
fi ;; \
dri) $(MAKE) install-libgl-pc install-dri || exit 1 ;; \
- *) $(MAKE) install-libgl-pc install-libgl || exit 1 ;; \
+ *) $(MAKE) install-libgl-pc || exit 1 ;; \
esac ; \
done
@@ -193,10 +193,6 @@ install-headers:
$(INSTALL) -m 644 $(TOP)/include/GL/*.h \
$(DESTDIR)$(INSTALL_INC_DIR)/GL
-install-libgl: default
- $(MINSTALL) $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB) \
- $(DESTDIR)$(INSTALL_LIB_DIR)
-
install-libgl-pc: gl.pc install-headers
$(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)
$(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig