From a21c95f5e5b9b45f440813801ed413825300aa2b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 23 Nov 2009 21:14:21 -0500 Subject: I'm really not sure, these are uncommited changes, and I haven't touched it in a while. --- Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9662463..0b7b8f3 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,6 @@ commit : distclean %/Makefile.in : Makefile.in %/; cp $< $@ distclean-mods = $(addprefix distclean-,$(mods)) -#.PHONY : distclean $(distclean-mods) distclean : $(distclean-mods) distclean-% : % %/ $(RM) -r $<-build/ @@ -56,11 +55,16 @@ complete-% : %/ find $< -type d -exec cp Makefile.in '{}' \; %-build : %/; $(MKDIR) $@ -%-build/Makefile : %-build complete-% - cd $<; ../$(patsubst %-build,%/,$<)/configure $(CONFIG) +%-build/Makefile : Makefiles-% ; : +Makefiles-% : %-build complete-% + if [ ! -e "$