comparison src/main.aap @ 690:0e922220d322

updated for version 7.0208
author vimboss
date Sun, 26 Feb 2006 23:59:20 +0000
parents 0701ca4c8ceb
children cc3902a09300
comparison
equal deleted inserted replaced
689:d7860ee7eb7e 690:0e922220d322
70 @else: 70 @else:
71 :update auto/config.aap 71 :update auto/config.aap
72 72
73 # Include the recipe that autoconf generated. 73 # Include the recipe that autoconf generated.
74 :include auto/config.aap 74 :include auto/config.aap
75
76 # Unfortunately "-M" doesn't work when building for two architectures. Switch
77 # back to PPC only.
78 @if string.find(_no.CPPFLAGS, "-arch i386 -arch ppc") >= 0:
79 CPPFLAGS = `string.replace(_no.CPPFLAGS, "-arch i386 -arch ppc", "-arch ppc")`
75 80
76 # A "PREFIX=dir" argument overrules the value of $prefix 81 # A "PREFIX=dir" argument overrules the value of $prefix
77 @if _no.get("PREFIX"): 82 @if _no.get("PREFIX"):
78 prefix = $PREFIX 83 prefix = $PREFIX
79 84