From ca53e316258e811cd0e13123ceaede9089804b89 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 1 Sep 2005 23:29:52 +0000 Subject: fixed severe Altivec bug svn path=/trunk/; revision=3473 --- externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc | 4 ++++ externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'externals/grill/flext/buildsys/mac') diff --git a/externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc index d5057ed3..2f277625 100644 --- a/externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc +++ b/externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc @@ -61,6 +61,10 @@ endif endif chmod 755 $@ +ifdef TARGETPOST +$(TARGET) :: $(TARGETPOST) +endif + ############################################## _clean_: diff --git a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc index de5afd04..3808d6bb 100644 --- a/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc +++ b/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc @@ -10,3 +10,9 @@ INSTTARGET=$(OBJPATH)/$(OUTNAME).$(EXT) TARGETPATH=$(INSTTARGET)/Contents/MacOS # file inside bundle (build site) TARGET=$(TARGETPATH)/$(OUTNAME) + +# post build target +TARGETPOST=$(INSTTARGET)/Contents/Pkginfo + +$(INSTTARGET)/Contents/Pkginfo: + echo "iLaX????" >> $@ -- cgit v1.2.1