Changeset 895


Ignore:
Timestamp:
Sep 3, 2011, 7:45:13 PM (12 years ago)
Author:
sam
Message:

test: replace lol-bench with lol-bench$(EXEEXT) in the Makefile to allow
"make bench" to work when cross-compiling for Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r893 r895  
    66endif
    77
    8 bench: lol-bench
    9         ./lol-bench
     8bench: lol-bench$(EXEEXT)
     9        ./lol-bench$(EXEEXT)
    1010
    1111all-local: quad$(EXEEXT) lol-bench$(EXEEXT)
Note: See TracChangeset for help on using the changeset viewer.