[beast: 13/16] PLUGINS: 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: 13/16] PLUGINS: alter dependencies so rebuilding SFIDL doesn't rebuild IDL output
- Date: Sun, 13 Sep 2015 20:27:45 +0000 (UTC)
commit 0eaa3c5d13d8e8c293b5a1678c80b009c51f5337
Author: Tim Janik <timj gnu org>
Date: Sat Sep 12 13:56:23 2015 +0200
PLUGINS: alter dependencies so rebuilding SFIDL doesn't rebuild IDL output
plugins/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 1c920fb..e0743f5 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -27,7 +27,7 @@ EXTRA_DIST += $(filter-out +++%, $(idl_plugins))
# setup generation of C++ plugins from idl files
SFIDL = ../sfi/sfidl
SFIDL_INC = --nostdinc -I$(top_srcdir) -I$(top_builddir)
-%.genidl.hh: %.idl $(SFIDL)
+%.genidl.hh: %.idl # $(SFIDL)
$(SFIDL) --plugin --macro $(<F) $(SFIDL_INC) -I$(top_builddir) $< > $@ || (rm $@ ; exit 1 )
# == C++ Plugins ==
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]