summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-12-16 18:37:00 +0000
committerBastien Nocera <hadess@hadess.net>2010-12-16 18:37:59 +0000
commit3d9f470da2af8af84f4e0580753f24a7556cb765 (patch)
tree30c9959207b9ca4bb123f35efdd0bef35967b94b
parentd9ea76bc4a31c9eefc550f5e5faf52e482f8faab (diff)
datetime: Fix distcheck with parallel build
-rw-r--r--panels/datetime/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/panels/datetime/Makefile.am b/panels/datetime/Makefile.am
index 17bab4efd..5b2869921 100644
--- a/panels/datetime/Makefile.am
+++ b/panels/datetime/Makefile.am
@@ -77,10 +77,10 @@ test_timezone_SOURCES = test-timezone.c tz.c tz.h
test_timezone_LDADD = $(PANEL_LIBS) $(CAPPLET_LIBS)
test_timezone_CFLAGS = $(PANEL_CFLAGS)
-all: check
+all-local: check-local
# FIXME remove "|| :" when we have all the necessary pixmaps
-check: test-timezone
+check-local: test-timezone
$(builddir)/test-timezone $(srcdir)/data || :
ccpanelsdir = $(PANELS_DIR)