~ubuntu-branches/ubuntu/precise/radare2-bindings/precise

« back to all changes in this revision

Viewing changes to rules.mk

  • Committer: Package Import Robot
  • Author(s): Sebastian Reichel
  • Date: 2011-12-06 02:13:31 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111206021331-y2o5qiwzoo7uxocg
Tags: 0.9-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        fi ; \
32
32
        [ $$? = 0 ] && \
33
33
          (cd .. && RELEASE=$(RELEASE) \
34
 
                sh do-swig.sh ${LANG} `echo $@ | sed -e s,.${SOEXT},,`) ; \
 
34
                sh do-swig.sh ${LANG} `echo $@ | sed -e s,.${SOEXT},,`) || exit 1 ; \
35
35
                [ "${LANG}`uname`" = pythonDarwin ] && cp _${LIBPFX}$@ _`echo $@|sed -e s,.${SOEXT},.so,` ; \
36
36
                true
37
37
endif