diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-05-23 22:48:55 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-05-23 22:48:55 +0300 |
commit | d4510e53d8dd18ac397ca0d4df74d4de682e0a38 (patch) | |
tree | 871345991be1a06d4427c9440d71bb0d6b314994 /Makefile | |
parent | 6c56e0e1fb8556593c7070cb031449cc8f404940 (diff) |
drop GLcore
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -48,15 +48,7 @@ install: linux-directfb-install: cd src/mesa/drivers/directfb && $(MAKE) install -# Xserver GLcore module -glcore: - cd src/mesa/drivers/xorg && $(MAKE) - -glcore-install: - cd src/mesa/drivers/xorg && $(MAKE) install - -.PHONY: default doxygen clean realclean install linux-directfb-install \ - glcore glcore-install +.PHONY: default doxygen clean realclean install linux-directfb-install # If there's no current configuration file $(TOP)/configs/current: |