wok diff cocoalib/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 8467c43ca437
children 0e6c15b6b327
line diff
     1.1 --- a/cocoalib/receipt	Tue Aug 13 10:39:24 2013 +0000
     1.2 +++ b/cocoalib/receipt	Mon Apr 14 19:59:46 2014 +0200
     1.3 @@ -18,7 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	touch -d 197001010000  src/CoCoA*/Makefile_dependencies
     1.8 +	find | grep Makefile | sed 's/Makefile.*/Makefile_dependencies/' | \
     1.9 +		xargs touch -d 197001010000
    1.10  	./configure $CONFIGURE_ARGS && make library
    1.11  	# INSTALL TARGET for CoCoALib NOT YET IMPLEMENTED
    1.12  }