summaryrefslogtreecommitdiff
path: root/rvs/wrapper/main.mk.in
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-29 22:00:30 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:18 -0600
commit22568919e9bdf29557be5aa3c69857d815a93751 (patch)
tree68e7d8fcca18d266962ae7b752ee8d05dcdf6f9d /rvs/wrapper/main.mk.in
parent5688c8498f178feb364afdb714f580b295e983a0 (diff)
rework rvs's build system, currently, it doesn't build :(
it fails on the plugins, the wrapper works fine
Diffstat (limited to 'rvs/wrapper/main.mk.in')
-rw-r--r--rvs/wrapper/main.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rvs/wrapper/main.mk.in b/rvs/wrapper/main.mk.in
index 7959612..7d9cc19 100644
--- a/rvs/wrapper/main.mk.in
+++ b/rvs/wrapper/main.mk.in
@@ -28,7 +28,7 @@ CFLAGS = -g \
-Dplugin_conf=\"plugin.conf\"
# phony targets ####################################################
-all : rvs runcom Makefiles
+all : Makefiles rvs runcom
.PHONY : install uninstall clean distclean dist install-runcom
.SUFFIXES : .c .o
VPATH = $(srcdir)/wrapper