From 13dbf52ce382d9c5d1fc9de3c3830896c8c545ef Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Mon, 5 Jan 2015 11:37:44 -0700 Subject: Attempt to fix "make distcheck" on Ubuntu buildbot Change-Id: I6e7ea1e2aaf839fdb3af8a3a5a47aabbb12056ef Reviewed-on: https://code.wireshark.org/review/6326 Reviewed-by: Stephen Fisher --- packaging/macosx/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am index d0358ceb8c..b72ed2bb31 100644 --- a/packaging/macosx/Makefile.am +++ b/packaging/macosx/Makefile.am @@ -91,8 +91,8 @@ EXTRA_DIST = \ Wireshark_package.pmdoc/index.xml.in -COPYING.txt: ../../COPYING - cp ../../COPYING $@ +COPYING.txt: $(top_srcdir)/COPYING + cp $(top_srcdir)/COPYING $@ all: COPYING.txt -- cgit v1.2.3