Mesa (mesa_7_6_branch): progs/Makefile: remove extra quoting

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 14 15:39:09 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 31f7e8efb25a77e3bdfb6e9850cf31e339060976
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=31f7e8efb25a77e3bdfb6e9850cf31e339060976

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Oct 14 09:37:40 2009 -0600

progs/Makefile: remove extra quoting

This reverts part of commit 115edf24a9128b79dfa5f30482c990e2cb898357 and
fixes the error: "/bin/sh: line 0: test: too many arguments".

---

 progs/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/Makefile b/progs/Makefile
index 064e5a2..3700707 100644
--- a/progs/Makefile
+++ b/progs/Makefile
@@ -4,7 +4,7 @@ TOP = ..
 
 include $(TOP)/configs/current
 
-SUBDIRS ="$(PROGRAM_DIRS)"
+SUBDIRS = $(PROGRAM_DIRS)
 
 
 default: message subdirs




More information about the mesa-commit mailing list