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:
Dylan Noblesmith 2012-06-28 20:29:25 +00:00
parent 91ecba9d05
commit 876889b355
1 changed files with 3 additions and 3 deletions

View File

@ -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