From c44c43bc20fb9a6b0180fc5abdc45905b99f849b Mon Sep 17 00:00:00 2001 From: Damien Fouilleul Date: Fri, 3 Aug 2007 15:22:02 +0000 Subject: [PATCH] bootstrap: remove small bug when generating Makefile.am from Modules.am --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 739ce4b0a8..79f9fb1c44 100755 --- 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 -- 2.39.2