Changeset 9d215a in git


Ignore:
Timestamp:
Feb 7, 2011, 3:11:58 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
d738a3a39a2412dbf7991121ca203dec6dc1f13e
Parents:
2e0b4b91149c09bf19f545d677770c15d7f49366
Message:
Singular-static fix by dreyer

git-svn-id: file:///usr/local/Singular/svn/trunk@13823 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r2e0b4b9 r9d215a  
    361361        echo "#define HAVE_STATIC" > static.h
    362362        rm -f pyobject_setup.o
    363         (cd ../kernel;rm -f mod_raw.o;${MAKE} LD_STATIC=1 depend install-bindist;cd ../Singular)
     363        (cd ../kernel;rm -f mod_raw.o;${MAKE} LD_STATIC=1 depend;${MAKE} LD_STATIC=1 install-bindist;cd ../Singular)
    364364        ${MAKE} LD_STATIC=1 S_EXT="-static" depend Singular-static
    365365        echo "#undef HAVE_STATIC" > static.h
Note: See TracChangeset for help on using the changeset viewer.