From 0477c2ffcbd2b9be9d17ce421d21190737152480 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 12 Jan 2010 13:36:21 -0500 Subject: Add the missing test call, forgot I needed to add it here --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 378a2d8a0..666f68692 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,7 @@ render-png: $(icon_in_files) Makefile else render-png: $(icon_in_files) Makefile - if "x$(top_srcdir)" != "x$(top_builddir)"; then \ + if test "x$(top_srcdir)" != "x$(top_builddir)"; then \ cp -a $(top_srcdir)/$(SVGOUTDIR) $(top_builddir)/$(SVGOUTDIR); \ fi -- cgit v1.2.1