Since we do not find the path to winword.exe automatically, but rely on what the user has told us, we better check the path for plausibility. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> --- contrib/winword/diff/Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/contrib/winword/diff/Makefile b/contrib/winword/diff/Makefile index 61de940..91b9328 100644 --- a/contrib/winword/diff/Makefile +++ b/contrib/winword/diff/Makefile @@ -1,3 +1,4 @@ +# You can override any of these from ../../../config.mak prefix = $(HOME) bindir = $(prefix)/bin datadir = $(prefix)/share/winworddiff @@ -8,6 +9,9 @@ INSTALL = install all: winworddiff winworddiff.dot winworddiff: winworddiff.sh +ifndef FORCE + exec < "$(WINWORDEXE)" # check existence; override with 'make FORCE=1' +endif sed -e 's|@@WINWORDEXE@@|$(WINWORDEXE)|' \ -e 's|@@PREFIX@@|$(prefix)|' \ < $@.sh > $@ -- 1.5.3.3.gcc9e - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg KH | [RFC] sample kobject implementation |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Paul E. McKenney | [PATCH RFC 2/9] RCU: Fix barriers |
| Joe Perches | [PATCH 011/148] include/asm-x86/bug.h: checkpatch cleanups - formatting only |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Linus Torvalds | Re: [GIT]: Networking |
| Jeff Garzik | Re: [PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM |
