Changeset dabc64 in git


Ignore:
Timestamp:
Jun 17, 2010, 3:57:58 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
da68804894289e22980d3311794af436e7dfc774
Parents:
91144445a7bc516f707a2c821c3987fcfcfde9ae
Message:
make fixed

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

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r911444 rdabc64  
    210210
    211211# factory object files and dependencies
    212 factoryobj :=   $(factorysrc:%.cc=%.o) $(factorysrc:%.y=%.o)
     212factoryobj1 :=  $(factorysrc:%.cc=%.o)
     213factoryobj :=   $(factoryobj1:%.y=%.o)
    213214factorygobj :=  $(factorysrc:%.cc=%.og)
    214215factorypobj :=  $(factorysrc:%.cc=%.op)
     
    483484all:            $(alltargets)
    484485
    485 cf:             factoryconf.h factory.h $(libfactory) libsingcf_g.a libsingcf_p.a
     486cf:             factoryconf.h factory.h $(libfactory) libsingcf_g.a
    486487
    487488mem:            libcfmem.a
     
    624625#
    625626install:        $(installtargets)
     627
     628install_all:    install libsingcf_p.a
     629                -$(INSTALL_DATA) libsingcf_p.a $(libdir)/libsingcf_p.a
    626630
    627631install-nolns: install
Note: See TracChangeset for help on using the changeset viewer.