diff options
author | Luke Shumaker <luke@HP-dv6426us-u904.(none)> | 2009-10-25 04:54:22 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:17 -0600 |
commit | 37438e6cb8566eba8a97c90fcb0b3784c5bb40cc (patch) | |
tree | 859be2601b692b2b565e201b420b586650c75e73 /Makefile | |
parent | 700c66f5dbd691559b54e23fd50a90e07135189f (diff) |
I am happy with how ptranslate builds
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |