Changeset d738a3a in git


Ignore:
Timestamp:
Feb 7, 2011, 3:13:28 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
cf488668e592146bafd32ce1027dd0c6af586efa
Parents:
9d215a1e7a7792bb30b85b8bb08e5ce8ce2819ec
Message:
Singular-static fix by dreyer

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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

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