mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly.
This commit is contained in:
parent
6bc96bfebe
commit
64e10feb25
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.11 1999/11/02 10:11:44 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.12 1999/11/04 03:57:28 gareth Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.1
|
||||
|
|
@ -309,7 +309,7 @@ realclean: clean
|
|||
cd xdemos && $(MAKE) -f Makefile.X11 realclean || true
|
||||
cd book && $(MAKE) -f Makefile.X11 realclean || true
|
||||
cd samples && $(MAKE) -f Makefile.X11 realclean || true
|
||||
cd ggi/demos && ($MAKE) -f Makefile.X11 realclean || true
|
||||
cd ggi/demos && $(MAKE) -f Makefile.X11 realclean || true
|
||||
cd src/GGI/default && $(MAKE) -f Makefile.X11 realclean || true
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue