diff options
author | Matt Turner <[email protected]> | 2012-08-17 15:43:27 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-22 11:08:06 -0700 |
commit | f9786394e5969593f9a0ea6e5653168197506523 (patch) | |
tree | 4c2bc51948370856c790f46e0a4eac5ac7349953 /src/glx/Makefile.am | |
parent | d9b109892d862709fe9696ecee5764d35501c982 (diff) |
build: Clean glx Makefile.am
mapi/glapi is already built when make is run in src/glx.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glx/Makefile.am')
-rw-r--r-- | src/glx/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 40e6b609dbf..4aa900a538a 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -26,7 +26,7 @@ endif SUBDIRS=. tests -GLAPI_LIB = ../mapi/glapi/libglapi.la +GLAPI_LIB = $(top_builddir)/src/mapi/glapi/libglapi.la if HAVE_XF86VIDMODE EXTRA_DEFINES_XF86VIDMODE = -DXF86VIDMODE @@ -113,6 +113,3 @@ all-local: lib@[email protected] $(MKDIR_P) $(top_builddir)/$(LIB_DIR); ln -f .libs/lib@[email protected] $(top_builddir)/$(LIB_DIR)/lib@[email protected] ln -sf lib@[email protected] $(top_builddir)/$(LIB_DIR)/lib@[email protected] - -$(GLAPI_LIB): - @$(MAKE) -C $(TOP)/src/mapi/glapi |