Changeset e0f4de in git for libpolys


Ignore:
Timestamp:
May 23, 2011, 9:40:28 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
05b917cac72cb76e2edcac2cbe82b009388cd711
Parents:
b2366e1febbada8a1c36d078ca1dff3e839e9988
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 21:40:28+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:49+01:00
Message:
FIX: FreeBSD tried to compile prCopy.cc before generating prCopy.inc (make -j3...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    rb2366e re0f4de  
    2929  USE_P_PROCS_DYNAMIC_CC =
    3030endif
     31
     32prCopy.inc: prCopy.pl
     33        perl ${srcdir}/prCopy.pl > prCopy.xx && mv prCopy.xx prCopy.inc
     34
     35prCopy.o: prCopy.inc
     36
    3137
    3238lib_LIBRARIES=libpolys.a libpolys_g.a
     
    151157dynamic_modules: ${module_LTLIBRARIES}
    152158
    153 prCopy.inc: prCopy.pl
    154         perl ${srcdir}/prCopy.pl > prCopy.xx && mv prCopy.xx prCopy.inc
    155 
    156 prCopy.o: prCopy.inc
Note: See TracChangeset for help on using the changeset viewer.