Changeset bebd746 in git for Singular/Makefile.am


Ignore:
Timestamp:
Sep 29, 2011, 6:29:06 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
83a17144802654564ccccc11ecb9b2691d45996b
Parents:
ff7e14a9167a94af5027b3f440891134532b6e7d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-29 18:29:06+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:49+01:00
Message:
FIX: removed circullar dependency for LIB/all.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    rff7e14a rbebd746  
    231231
    232232singularlibrarydir = ${datadir}/singular
    233 nobase_dist_singularlibrary_DATA = LIB/all.lib $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%)
     233singularlibrary = $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%)
     234nobase_dist_singularlibrary_DATA = LIB/all.lib ${singularlibrary}
    234235EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs
    235236
    236 LIB/all.lib: ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${nobase_dist_singularlibrary_DATA}
     237# ${nobase_dist_singularlibrary_DATA}
     238LIB/all.lib: ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${singularlibrary}
    237239        $(MKDIR_P) LIB
    238240        ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${SLIB0} ${PLIBS}
Note: See TracChangeset for help on using the changeset viewer.