[beast: 14/16] TESTS: alter dependencies so rebuilding SFIDL doesn't rebuild IDL output
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 14/16] TESTS: alter dependencies so rebuilding SFIDL doesn't rebuild IDL output
- Date: Sun, 13 Sep 2015 20:27:50 +0000 (UTC)
commit c801656fca9c2232f1e149444e7ac312c8edbeab
Author: Tim Janik <timj gnu org>
Date: Sat Sep 12 13:56:35 2015 +0200
TESTS: alter dependencies so rebuilding SFIDL doesn't rebuild IDL output
tests/latency/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/latency/Makefile.am b/tests/latency/Makefile.am
index 8ac7881..da802b3 100644
--- a/tests/latency/Makefile.am
+++ b/tests/latency/Makefile.am
@@ -11,7 +11,7 @@ SFIDL_INC = --nostdinc -I$(top_srcdir) -I$(top_builddir)
BSESCM = $(top_builddir)/shell/bsescm-$(BIN_VERSION)
# IDL generation rule for plugins
-%.genidl.hh: %.idl $(BSEPGEN) $(SFIDL)
+%.genidl.hh: %.idl $(BSEPGEN) # $(SFIDL)
$(SFIDL) $(SFIDL_INC) --plugin --macro $(<F) $< > $@ || (rm $@ ; exit 1 )
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]