Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Make sure we run make in gallium winsys directory when automatic
Browse files Browse the repository at this point in the history
building of gallium is used.
  • Loading branch information
David Reveman committed Sep 15, 2010
1 parent a522c8a commit 3b21233
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gallium/Makefile.am
@@ -1,9 +1,11 @@
if HAVE_GALLIUM
all all-local:
$(MAKE) -C $(GALLIUM_PATH)/src/gallium
$(MAKE) -C $(GALLIUM_PATH)/src/gallium/winsys

clean clean-local:
$(MAKE) -C $(GALLIUM_PATH)/src/gallium clean
$(MAKE) -C $(GALLIUM_PATH)/src/gallium/winsys clean

install:

Expand Down

0 comments on commit 3b21233

Please sign in to comment.