summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-08-11 01:14:29 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:13 -0600
commit24e77f63ae243c33e1d38792080eaec1db43f8f7 (patch)
tree75af0795dc89bb383a814747f07e72a2a744781b /Makefile.in
parent530c6ff02be9ce6604e16ac33ec24569a39f6b0c (diff)
I don't think this will run, but I think the next step is to turn `rvs.sh' into
`rvs.c', so I'm going to go ahead and commit this.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 31b60fa..165d11b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,14 +20,14 @@ ver = 0.7.3
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
export rvs = $(name)
-# pirectories ######################################################
+# directories ######################################################
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
-dirs = $(srcdir) $(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir)/$(rvs)
+dirs = $(srcdir) $(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir)/
export srcdir prefix exec_prefix bindir sbindir libexecdir
# programs #########################################################
@@ -112,7 +112,8 @@ $(d) : distclean
# plugins ##########################################################
-install-p-% : plugins/% plugins/%/Makefile p-% libexec ; $(MAKE) -C $< install
+install-p-% : plugins/% plugins/%/Makefile p-% libexec $(RVS)
+ $(MAKE) -C $< install
p-% : plugins/% plugins/%/Makefile ; $(MAKE) -C $<
uninstall-p-% : plugins/% plugins/%/Makefile ; $(MAKE) -C $< uninstall
clean-p-% : plugins/% plugins/%/Makefile ; $(MAKE) -C $< clean
@@ -121,6 +122,6 @@ dist-p-% : plugins/% plugins/%/Makefile ; $(MAKE) -C $< dist
# implicit rules ###################################################
-$(dirs) :
+$(dirs) $(libexecdir)/$(rvs) :
$(MKDIR) $@