From 40798fb0d2ee5c7b76b676f06a7f385fa2195abd Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Mon, 18 Jul 2011 10:25:02 +0200 Subject: [PATCH] build: Fix protocol-structs check in VPATH build $@ already included $(srcdir) --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 54b1ca0d2c..94a9a430cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -241,7 +241,7 @@ PDWTAGS = \ -e '}' \ > $@-t; \ case $$? in 8) exit 0;; 0) ;; *) exit 1;; esac; \ - diff -u $@-t $(srcdir)/$@; st=$$?; rm -f $@-t; exit $$st; \ + diff -u $@-t $@; st=$$?; rm -f $@-t; exit $$st; \ else \ echo 'WARNING: you lack pdwtags; skipping the $@ test' >&2; \ echo 'WARNING: install the dwarves package to get pdwtags' >&2; \ -- 2.39.5