From edd72c20edf7af7c0e3db40e8e6d64510dc60a4c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 25 Oct 2009 00:40:59 -0400 Subject: ptranslate builds without make throwing errors --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94d0ec4..3ab342a 100644 --- a/Makefile +++ b/Makefile @@ -36,12 +36,12 @@ all : %/COPYING : COPYING %/; $(CP) $< $@ %/configure : configure %/; $(CP) $< $@ -clean-mods = $(addprefix clean-,$(mods)) -#complete-mods = $(addprefix complete-,$(mods)) +clean-mods = $(addprefix clean-,$(mods)) +distclean-mods = $(addprefix distclean-,$(mods)) -.PHONY : clean -clean : $(clean-mods) -clean-% : % %/ +.PHONY : distclean +distclean : $(distclean-mods) +distclean-% : % %/ $(RM) -r $<-build/ $(RM) $