Changeset 48e8e1 in git for libpolys/polys


Ignore:
Timestamp:
Apr 4, 2013, 6:19:41 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
36d92001708514dead01b5d11b49a20edb888ccb
Parents:
97dcf5ad116134b5350720fe62ff8451882b177e
Message:
Added $(EXEEXT) to custom rules for Windows support

This fix is due to Bjarke Hammersholt Roune!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    r97dcf5 r48e8e1  
    163163templates_p_Procs_Generate_LDFLAGS  = -L${builddir} -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/misc -L${top_builddir}/../omalloc -L${top_builddir}/../findexec
    164164
    165 templates/p_Procs.inc: templates/p_Procs_Generate
    166         ${builddir}/templates/p_Procs_Generate > ${builddir}/templates/p_Procs.inc
     165templates/p_Procs.inc: templates/p_Procs_Generate$(EXEEXT)
     166        ${builddir}/templates/p_Procs_Generate$(EXEEXT) > ${builddir}/templates/p_Procs.inc
    167167
    168168prCopy.inc: prCopy.pl
Note: See TracChangeset for help on using the changeset viewer.