X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fegl%2FMakefile;h=5b09e178c63b6f8a5fa09a5d617fbb0f7d96c56e;hb=ba5d600c90f7075cf2c33a0c5c679ef822e8746e;hp=024453f8bb1cec9a872371e7508d02aa98522384;hpb=ee0735fa2d4b2d2a9eae1f55e8f93f1f57feaf6d;p=mesa.git diff --git a/src/egl/Makefile b/src/egl/Makefile index 024453f8bb1..5b09e178c63 100644 --- a/src/egl/Makefile +++ b/src/egl/Makefile @@ -1,6 +1,7 @@ # src/egl/Makefile TOP = ../.. +include $(TOP)/configs/current SUBDIRS = main drivers @@ -15,6 +16,12 @@ subdirs: fi \ done +install: + @for dir in $(SUBDIRS) ; do \ + if [ -d $$dir ] ; then \ + (cd $$dir && $(MAKE) install) || exit 1 ; \ + fi \ + done clean: -@for dir in $(SUBDIRS) ; do \