]> git.sesse.net Git - vlc/blobdiff - bootstrap
bootstrap: remove small bug when generating Makefile.am from Modules.am
[vlc] / bootstrap
index 739ce4b0a84d8dbe95ab501ec4d2025fd2baa281..79f9fb1c4453dfa43e2770d1b17f565ea08653f7 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -307,7 +307,7 @@ lib${mod}_plugin_la_SOURCES = \$(SOURCES_${mod})
 EOF
     if [ "${NODIST}" != "#" ]; then cat >> "${makf}" << EOF
 nodist_lib${mod}_plugin_la_SOURCES = \$(nodist_SOURCES_${mod})
-CLEANFILES += "\$(nodist_SOURCES_${mod})"
+CLEANFILES += \$(nodist_SOURCES_${mod})
 BUILT_SOURCES += \$(B${mod})
 EOF
     fi