diff --git a/Makefile b/Makefile
index 21f777b77..0c7ed6737 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py
 
 surveytable: $(surveydir_path)/surveytable.html
 
-$(surveydir_path)/surveytable.html: $(shell find $(surveydir_path -printf "\"%p\"\n"))
+$(surveydir_path)/surveytable.html: $(shell find $(surveydir_path) -printf "\"%p\"\n")
 	cd $(surveydir_path); perl tablize-csv.pl Surveys.csv
 
 # Output depends on entire contents of the survey tree.