summaryrefslogtreecommitdiff
path: root/templates/automake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-03-24 14:40:05 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-03-24 14:40:05 +0000
commitbd97c79f77a20fd2d3ea62cb8c30b6cc160830da (patch)
treefc13fbb0512b5fdb68d7c8368878d35379f93399 /templates/automake.mpd
parent6ca8f276d17ffe762042d064d315afdea949276d (diff)
downloadMPC-bd97c79f77a20fd2d3ea62cb8c30b6cc160830da.tar.gz
ChangeLogTag: Thu Mar 24 08:38:59 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/automake.mpd')
-rw-r--r--templates/automake.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/automake.mpd b/templates/automake.mpd
index 64887b07..c05f367a 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -61,7 +61,7 @@ CLEANFILES += \
<%endif%>
<%endif%>
<%if(multiple(custom_type->input_file->output_files))%>
- @touch $@
+ @touch "$@"
<%endif%>
<%endif%>
@@ -188,7 +188,7 @@ lib<%if(sharedname)%><%normalize(sharedname)%><%else%><%normalize(staticname)%><
pkgconfig_DATA += <%basenoextension(pkgconfig_file)%>
<%basenoextension(pkgconfig_file)%>: ${top_builddir}/config.status ${srcdir}/<%pkgconfig_file%>
- ${top_builddir}/config.status --file $@:${srcdir}/<%pkgconfig_file%>
+ ${top_builddir}/config.status --file "$@":${srcdir}/<%pkgconfig_file%>
<%endfor%>
<%endif%>
<%if(avoids || requires)%>