progs/Makefile: remove extra quoting

This reverts part of commit 115edf24a9 and
fixes the error: "/bin/sh: line 0: test: too many arguments".
This commit is contained in:
Brian Paul
2009-10-14 09:37:40 -06:00
parent 115edf24a9
commit 31f7e8efb2
+1 -1
View File
@@ -4,7 +4,7 @@ TOP = ..
include $(TOP)/configs/current
SUBDIRS ="$(PROGRAM_DIRS)"
SUBDIRS = $(PROGRAM_DIRS)
default: message subdirs