summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 39cc4c4)
raw | patch | inline | side by side (parent: 39cc4c4)
author | Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | |
Sun, 23 Nov 2008 16:19:27 +0000 (11:19 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | |
Sun, 23 Nov 2008 18:34:19 +0000 (13:34 -0500) |
plugins-root/Makefile.am | patch | blob | history | |
plugins-scripts/Makefile.am | patch | blob | history | |
plugins/Makefile.am | patch | blob | history |
index de8813ffe052531327c454023e5c2896cbf4dd06..843b8a9998446e6958d67ee23c3479c5c20f861b 100644 (file)
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
NP-VERSION-FILE: .FORCE-NP-VERSION-FILE
@$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
+.FORCE-NP-VERSION-FILE:
+
-include NP-VERSION-FILE
AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"'
clean-local:
rm -f NP-VERSION-FILE
-.PHONY: .FORCE-NP-VERSION-FILE
index c9e3e40e0e96d0197508494b3042380634b85b17..4c94f2cbb31d1f7a60164360715602f239354ef8 100644 (file)
NP-VERSION-FILE: .FORCE-NP-VERSION-FILE
@$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
+.FORCE-NP-VERSION-FILE:
+
-include NP-VERSION-FILE
export NP_VERSION:= $(NP_VERSION)
clean-local:
rm -f NP-VERSION-FILE
-.PHONY: .FORCE-NP-VERSION-FILE
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 59876902a92b7bfa003ba5b1e230f203966e5603..10fb06c66f1c3b23bbdbcc52a4ad793684d2c59a 100644 (file)
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
NP-VERSION-FILE: .FORCE-NP-VERSION-FILE
@$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN
+.FORCE-NP-VERSION-FILE:
+
-include NP-VERSION-FILE
AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"'
uninstall-local:
cd $(DESTDIR)$(libexecdir) && rm -f $(check_tcp_programs)
-.PHONY: .FORCE-NP-VERSION-FILE
-