Changeset 9d215a in git
- Timestamp:
- Feb 7, 2011, 3:11:58 PM (13 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d738a3a39a2412dbf7991121ca203dec6dc1f13e
- Parents:
- 2e0b4b91149c09bf19f545d677770c15d7f49366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r2e0b4b9 r9d215a 361 361 echo "#define HAVE_STATIC" > static.h 362 362 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) 364 364 ${MAKE} LD_STATIC=1 S_EXT="-static" depend Singular-static 365 365 echo "#undef HAVE_STATIC" > static.h
Note: See TracChangeset
for help on using the changeset viewer.