summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-25 04:54:22 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:17 -0600
commit37438e6cb8566eba8a97c90fcb0b3784c5bb40cc (patch)
tree859be2601b692b2b565e201b420b586650c75e73 /Makefile
parent700c66f5dbd691559b54e23fd50a90e07135189f (diff)
I am happy with how ptranslate builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb50a58..a41ee08 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,12 @@ distclean-% : % %/
$(RM) -r $<-build/
$(RM) $</COPYING
$(RM) $</configure
- $(RM) $</Makefile.in
+ find $< -name Makefile.in -exec $(RM) '{}' \;
-complete-% : %/COPYING %/configure %/Makefile.in; :
+complete-% : %/
+ cp COPYING $<
+ cp configure $<
+ find $<* -type d -exec cp Makefile.in '{}' \;
%-build : %/; $(MKDIR) $@
%-build/Makefile : %-build %/configure