progs/Makefile: remove extra quoting
authorBrian Paul <brianp@vmware.com>
Wed, 14 Oct 2009 15:37:40 +0000 (09:37 -0600)
committerBrian 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

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