~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to release/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: Makefile,v 1.36 2006/11/14 04:29:04 broken Exp $
 
2
# $Id: Makefile,v 1.37 2007/05/07 21:11:21 sirdude Exp $
3
3
#
4
4
# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
#
165
165
        @strip -x $(DISTDIR)/blender$(EXT0)/Contents/MacOS/blender
166
166
      else
167
167
        @strip -x $(DISTDIR)/blender$(EXT0)
 
168
        @if [ -f $(DISTDIR)/blenderplayer$(EXTO) ]; then \
 
169
           strip -x $(DISTDIR)/blender$(EXT0) ; \
 
170
        fi
168
171
      endif
169
172
    endif
170
173
        @[ ! -x $(CONFIG_GUESS)/specific.sh ] || (\