summaryrefslogtreecommitdiff
path: root/rvs/Makefile.in
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-24 18:07:09 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:16 -0600
commit02b786650ec98a1b686d5ed17cb76aca22a06e0d (patch)
tree398b506a735779288feb341c2b97e1ca77696690 /rvs/Makefile.in
parent5999d27fc8574cb80612e3270f8445e8fd7a8b20 (diff)
build-system-ish thing works at the meta-package level
Diffstat (limited to 'rvs/Makefile.in')
-rw-r--r--rvs/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/rvs/Makefile.in b/rvs/Makefile.in
index 9b884e4..362a73a 100644
--- a/rvs/Makefile.in
+++ b/rvs/Makefile.in
@@ -31,9 +31,9 @@ dirs = $(srcdir) $(prefix) $(exec_prefix) $(bindir) $(sbindir) $(libexecdir)
export srcdir prefix exec_prefix bindir sbindir libexecdir
# programs #########################################################
-CC = @CC@
+SHELL = /bin/sh
+CC = gcc
RVS = @RVS@
-SHELL = @SHELL@
RM = rm -f
CP = cp
SED = sed
@@ -63,6 +63,9 @@ all : wrapper $(build-plugins)
.SUFFIXES :
+Makefile : $(srcdir)/configure
+ $<
+
# install ##########################################################
install : install-wrapper libexec $(install-plugins)