Changeset 96337e in git for libfac/Makefile.in


Ignore:
Timestamp:
Sep 21, 2010, 10:07:26 PM (13 years ago)
Author:
Alexander Dreyer <dreyer@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
4ec8b6d613631a82a58144133b707e2aa6bd8b43
Parents:
8cc501005dad91f11f83435ebe0a0bebd31552c9
Message:
Another parallel build issue, see Sage #9946

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

Legend:

Unmodified
Added
Removed
  • libfac/Makefile.in

    r8cc501 r96337e  
    123123        $(CXX) -g $(CPPFLAGS) $(DEFS) -c $< -o $@
    124124
    125 libfac:         libfac.a
    126 
    127 libsingfac:     libsingfac.a
    128 
    129 libsingfac_g:   libsingfac_g.a
     125libfac:         OPTOBJ libfac.a
     126
     127libsingfac:     OPTOBJ libsingfac.a
     128
     129libsingfac_g:   OPTOBJ libsingfac_g.a
    130130
    131131libfac.a:       $(OPTFACTOROBJ) $(OPTCHARSETOBJ)
Note: See TracChangeset for help on using the changeset viewer.