diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-09-13 20:12:51 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:15 -0600 |
commit | 41d5d2834b61b1cf23b8cc4ec86348c57ace34fe (patch) | |
tree | b2d6cc60222f2cd29bf538692e7f72cf4b84f5a4 /wrapper/Makefile.in | |
parent | aba23c26fabcc7961a55d6526bb28c92fb9c4ecd (diff) |
add detection for unrecognized plugin commands
Diffstat (limited to 'wrapper/Makefile.in')
-rw-r--r-- | wrapper/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapper/Makefile.in b/wrapper/Makefile.in index 594b0c0..ed667b4 100644 --- a/wrapper/Makefile.in +++ b/wrapper/Makefile.in @@ -44,7 +44,7 @@ INSTALL_DATA ?= $(INSTALL) -m 644 TOUCH ?= touch # This file doesn't use touch #export RVS SHELL RM CP SED INSTALL MKDIR INSTALL_PROGRAM INSTALL_DATA TOUCH -CFLAGS = -DLIBEXECDIR=\"$(libexecdir)\" -DPLUGIN_CONF=\"plugin.conf\" +CFLAGS = -DLIBEXECDIR=\"$(libexecdir)/$(rvs)\" -DPLUGIN_CONF=\"plugin.conf\" # phony targets #################################################### all : rvs runcom |