mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
mesa: point to Makefile.old in the srcdir
Gets out-of-tree builds slightly closer to working. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
91ecba9d05
commit
876889b355
1 changed files with 3 additions and 3 deletions
|
|
@ -94,13 +94,13 @@ program/lex.yy.c: program/program_lexer.l
|
|||
$(LEX) --never-interactive --outfile=$@ $<
|
||||
|
||||
all-local:
|
||||
$(MAKE) -f Makefile.old
|
||||
$(MAKE) -f $(srcdir)/Makefile.old
|
||||
|
||||
install-exec-local:
|
||||
$(MAKE) -f Makefile.old install
|
||||
$(MAKE) -f $(srcdir)/Makefile.old install
|
||||
|
||||
clean-local:
|
||||
$(MAKE) -f Makefile.old clean
|
||||
$(MAKE) -f $(srcdir)/Makefile.old clean
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue