X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile;h=4f65da0e3b73acf2f3b10ff82633597d843df252;hb=a76f6dc84952348261c32bcace56790e939a2902;hp=229beeaffa52e63a13c25400518544518e416597;hpb=261a15cf6389eba434d6857e78b524707803ed08;p=mesa.git diff --git a/src/Makefile b/src/Makefile index 229beeaffa5..4f65da0e3b7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,7 +21,7 @@ subdirs: fi \ done -install: +install: $(TOP)/$(LIB_DIR) @for dir in $(SUBDIRS) ; do \ if [ -d $$dir ] ; then \ (cd $$dir && $(MAKE) install) || exit 1 ; \ @@ -29,7 +29,7 @@ install: done $(TOP)/$(LIB_DIR): - -mkdir $(TOP)/$(LIB_DIR) + -@test -d $(TOP)/$(LIB_DIR) || mkdir -p $(TOP)/$(LIB_DIR) clean: