summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-02-07 15:23:00 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-02-07 15:23:00 +0000
commit4582c3f7892c70a7b229fb07f69e1611ddd020f7 (patch)
treef91af3a7fae9588f4f3ecc48ebbf84ea59d43422 /data/Makefile.am
parent627a34786b5d6a99d2a2106a340094f6a1c1fbb3 (diff)
downloadtelepathy-gabble-4582c3f7892c70a7b229fb07f69e1611ddd020f7.tar.gz
Don't always rebuild the .manager: instead depend on just the relevant files in src.
This avoids mysterious build failures in scratchbox (something about the build process seems to make write-mgr-file fail when run under both fakeroot and qemu, as happens during the "install" stage of dpkg-buildpackage). 20070207152300-53eee-5077e17acb1a5cd78999a8c1e54d5ddfc5317d26.gz
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index e942a4440..e9ecced9c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -17,8 +17,6 @@ EXTRA_DIST = $(service_in_files)
$(service_DATA): $(service_in_files) Makefile
@sed -e "s|\@bindir\@|$(bindir)|" $< > $@
-$(manager_DATA): always-build
+$(manager_DATA): ../src/gabble-connection-manager.c ../src/write-mgr-file.c
$(MAKE) -C ../src write-mgr-file
../src/write-mgr-file > $@
-
-.PHONY: always-build