summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@gnome.org>2010-01-12 13:36:21 -0500
committerRodney Dawes <dobey@gnome.org>2010-01-12 13:36:21 -0500
commit0477c2ffcbd2b9be9d17ce421d21190737152480 (patch)
tree3962349a4756f7c1bfba51732e72d14527527dba
parent179c4bb472539af33abcff16311d083336828f2b (diff)
downloadadwaita-icon-theme-new-build-system.tar.gz
Add the missing test call, forgot I needed to add it herenew-build-system
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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