summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-07-30 16:14:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:13 -0600
commit87f0c8dec18eb50d1461d53bf1239c8dda73ed54 (patch)
tree23d7b708973f93ed331f5a18d3e5b9e3f5f6cd56 /Makefile.in
parent56d4ab21576bcc3049f62374597b7a5f47a560ab (diff)
it builds!
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index e26131a..3fb9f42 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
name = @name@
-# version 0.7.0
+# version 0.7.1
# Copyright (C) 2009 Luke Shumaker
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,7 +18,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
-dirs = $(srcdir) $(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir)
+dirs = $(srcdir) $(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir)/$(rvs)
export srcdir prefix exec_prefix bindir sbindir libexecdir
# Programs #########################################################
@@ -52,20 +52,20 @@ all : $(rvs) $(make-plugins)
b := @
$(rvs) : $(srcdir)/rvs.sh
$(SED) \
- -e 's/$bSHELL@/$(subst /,\/,$(SHELL) )/g' \
+ -e 's/$bSHELL@/$(subst /,\/,$(SHELL))/g' \
-e 's/$blibexecdir@/$(subst /,\/,$(libexecdir))/g' \
- -e 's/$bname@/$(subst /,\/,$(name) )/g' \
+ -e 's/$bname@/$(subst /,\/,$(name))/g' \
< $< > $@
$(bindir)/$(rvs) : $(rvs) $(bindir)
$(INSTALL_PROGRAM) $< $@
-$(libexecdir)/$(rvs)/plugins : $(rvsdir)
+$(libexecdir)/$(rvs)/plugins : $(libexecdir)/$(rvs)
$(TOUCH) $@
# install/clean/remove #############################################
-install : install-$(name) $(rvsdir)/plugins $(install-plugins)
+install : install-$(name) $(libexecdir)/$(rvs)/plugins $(install-plugins)
install-$(name) : $(bindir)/$(rvs)
@@ -74,6 +74,7 @@ uninstall :
$(RM) -r $(libexecdir)/$(rvs)
clean :
+ $(RM) var.sed
distclean : clean
$(RM) Makefile