From 662ea51a86049853c0a8e279e5b515b80d5123d8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Apr 2010 18:27:44 -0400 Subject: I'm commiting these partial changes in case I ever need to come back to it. See, I just had a brain-gasm on how I can make the module system better. --- rvs/plugins/main.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rvs/plugins/main.mk.in') diff --git a/rvs/plugins/main.mk.in b/rvs/plugins/main.mk.in index 677ffe6..774e4ac 100644 --- a/rvs/plugins/main.mk.in +++ b/rvs/plugins/main.mk.in @@ -24,7 +24,7 @@ LIBDIR = @LIBDIR@ ETCDIR = @ETCDIR@ dirs += $(sysconfdir) $(BINDIR) $(TMPDIR) $(LIBDIR) $(ETCDIR) -mods = $(patsubst ./%,%,$(shell find ./* -maxdepth 0 -type d)) +mods = files tags mods-build = $(addprefix build-,$(mods)) mods-install = $(addprefix install-,$(mods)) mods-uninstall = $(addprefix uninstall-,$(mods)) -- cgit v1.2.3