Kaynağa Gözat

mesa: use sources.mak -- need to figure out how to support non-gallium builds also

tags/mesa_20090313
Keith Whitwell 17 yıl önce
ebeveyn
işleme
685248bea1
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1
    1
      src/mesa/Makefile
  2. 1
    1
      src/mesa/Makefile.mgw

+ 1
- 1
src/mesa/Makefile Dosyayı Görüntüle

@@ -3,7 +3,7 @@
TOP = ../..
include $(TOP)/configs/current

include sources
include sources.mak

.SUFFIXES : .cpp


+ 1
- 1
src/mesa/Makefile.mgw Dosyayı Görüntüle

@@ -124,7 +124,7 @@ ifneq ($(wildcard $(addsuffix /rm,$(subst :, ,$(PATH)))),)
UNLINK = $(RM) $(1)
endif

include sources
include sources.mak

CFLAGS += $(INCLUDE_DIRS)


Loading…
İptal
Kaydet