aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-09-01 23:29:52 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-09-01 23:29:52 +0000
commitca53e316258e811cd0e13123ceaede9089804b89 (patch)
tree2ff54ec70bfef459abc6efc885b1b88eb05e5713 /externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc
parenta3c221da7d4508af22adc78654f5a5bda0529027 (diff)
fixed severe Altivec bug
svn path=/trunk/; revision=3473
Diffstat (limited to 'externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc')
-rw-r--r--externals/grill/flext/buildsys/mac/gnumake-gcc-ext.inc4
1 files changed, 4 insertions, 0 deletions
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_: