Changeset 48afda in git for kernel


Ignore:
Timestamp:
Nov 23, 2011, 4:08:46 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
46d30daa1b116f5f75b1150600d3f00e24b98f42
Parents:
f831299ca8780b0484e5c97ab9ebc7b3a4b85e0a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 16:08:46+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-24 20:18:27+01:00
Message:
Singular/MOD is usefull for in-tree building & testing...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    rf831299 r48afda  
    126126
    127127
    128 CLEANFILES = $(TESTS)
     128
     129# These files are built first
     130BUILT_SOURCES = MOD
     131
     132MOD: ${top_builddir}/libpolys/tests/MOD
     133        ln -snf ${top_builddir}/libpolys/tests/MOD ${builddir}/MOD
     134
     135
     136CLEANFILES = $(TESTS) $(BUILT_SOURCES)
    129137
    130138
    131139
     140
Note: See TracChangeset for help on using the changeset viewer.