diff options
author | Luke Shumaker <luke@HP-dv6246us-u910.(none)> | 2010-03-28 22:28:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:19 -0600 |
commit | c4ebb4d76b91c8e5e475c5b131306176fe909468 (patch) | |
tree | 36952c4abd05fb0dd8e5af06b9bd57fb0044f133 /rvs/wrapper/main.mk.in | |
parent | e439bab381b77d19dfa5b908c4a9c24ecb59d1f2 (diff) |
and installation works, now to work on uninstallation...
Diffstat (limited to 'rvs/wrapper/main.mk.in')
-rw-r--r-- | rvs/wrapper/main.mk.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/rvs/wrapper/main.mk.in b/rvs/wrapper/main.mk.in index 4de7eb8..0ba00d7 100644 --- a/rvs/wrapper/main.mk.in +++ b/rvs/wrapper/main.mk.in @@ -17,13 +17,16 @@ ver = 0.9 # along with this program; see the file COPYING. # If not, see <http://www.gnu.org/licenses>. -sysconfdir ?= @sysconfdir@ -BINDIR ?= @BINDIR@ -TMPDIR ?= @TMPDIR@ -LIBDIR ?= @LIBDIR@ -ETCDIR ?= @ETCDIR@ +sysconfdir = @sysconfdir@ +BINDIR = @BINDIR@ +TMPDIR = @TMPDIR@ +LIBDIR = @LIBDIR@ +ETCDIR = @ETCDIR@ dirs += $(sysconfdir) $(BINDIR) $(TMPDIR) $(LIBDIR) $(ETCDIR) +rvs = @rvs@ +RVS = @RVS@ + # phony targets #################################################### .PHONY : all all : Makefiles rvs |