Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-04 13:39:32 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-04 13:39:32 (GMT)
commitaedc4a044385907813417a6798c718bd880af701 (patch)
tree111a022608531cc659c40d6dfbeff310d333766f /Makefile.am
parent7cc22f2674105c3e0f656a19a12f15cd94c389a3 (diff)
Fix typo
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4aef61f..64b26a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --e
distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf
distclean-local:
- if test $(srdcir) = .; then :; else \
+ if test "$(srcdir)" = "."; then :; else \
rm -f ChangeLog; \
fi