From 98f2efbe20e2d9d03e5296293cc8f52c95af72f5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Mar 2010 12:25:08 -0400 Subject: Rework rvs a lot (no longer needs complex C dependency tracker!) Rework ./configure, and how it uses `srcdir'. Probably broke all the other packages. Oh well, everything only half-works right now. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b7b8f3..4420419 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ commit : distclean distclean-mods = $(addprefix distclean-,$(mods)) distclean : $(distclean-mods) distclean-% : % %/ + -$(MAKE) -C $< distclean $(RM) -r $<-build/ $(RM) $