diff options
author | Jay Freeman <saurik@saurik.com> | 2009-09-29 20:25:19 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-09-29 20:25:19 +0000 |
commit | 3822fb7ad345f7d01134be3a0b3332df239de6d5 (patch) | |
tree | 2e5f85057ff55dfe4104a40652233b158d5975bb /data/flex/make.sh | |
parent | 890ac240adc7a66b0784310c54cccb84116f093f (diff) |
Upgraded to flex 2.5.35.
git-svn-id: http://svn.telesphoreo.org/trunk@685 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/flex/make.sh')
-rw-r--r-- | data/flex/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/flex/make.sh b/data/flex/make.sh index be55ecc37..f4139bd6a 100644 --- a/data/flex/make.sh +++ b/data/flex/make.sh @@ -1,4 +1,4 @@ pkg:setup pkg:configure ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes -make +pkg:make pkg:install |