mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
build: Use MKDIR_P in src/mesa/Makefile.am
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
02f52e8df5
commit
79e9e1b32f
1 changed files with 2 additions and 2 deletions
|
|
@ -85,11 +85,11 @@ main/api_exec_es2.c: main/APIspec.xml main/es_generator.py main/APIspecutil.py m
|
|||
-S $(srcdir)/main/APIspec.xml -V GLES2.0 > $@
|
||||
|
||||
program/program_parse.tab.c program/program_parse.tab.h: program/program_parse.y
|
||||
mkdir -p program
|
||||
$(MKDIR_P) program
|
||||
$(AM_V_GEN) $(YACC) -v -d --output=program/program_parse.tab.c $<
|
||||
|
||||
program/lex.yy.c: program/program_lexer.l
|
||||
mkdir -p program
|
||||
$(MKDIR_P) program
|
||||
$(AM_V_GEN) $(LEX) --never-interactive --outfile=$@ $<
|
||||
|
||||
noinst_LTLIBRARIES = libmesa.la libmesagallium.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue