projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115edf2
)
progs/Makefile: remove extra quoting
author
Brian Paul
<brianp@vmware.com>
Wed, 14 Oct 2009 15:37:40 +0000
(09:37 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 14 Oct 2009 15:37:53 +0000
(09:37 -0600)
This reverts part of commit
115edf24a9128b79dfa5f30482c990e2cb898357
and
fixes the error: "/bin/sh: line 0: test: too many arguments".
progs/Makefile
patch
|
blob
|
history
diff --git
a/progs/Makefile
b/progs/Makefile
index 064e5a232ee663076aec4df2ac630f03f730176d..3700707dfb17a8bcfeb66dc3e28c3f74ecde6a08 100644
(file)
--- a/
progs/Makefile
+++ b/
progs/Makefile
@@
-4,7
+4,7
@@
TOP = ..
include $(TOP)/configs/current
-SUBDIRS =
"$(PROGRAM_DIRS)"
+SUBDIRS =
$(PROGRAM_DIRS)
default: message subdirs