Changeset 1911


Ignore:
Timestamp:
08/30/10 11:20:18 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed typo in library extension for test


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/libpyrap/Makefile

    r1905 r1911  
    1919ifeq ($(shell uname), Darwin)
    2020   TARGET := libpyrap.dylib
    21    TESTMOD := $(TESTDIR)/_tConvert.so
     21   TESTMOD := $(TESTDIR)/_tConvert.dylib
    2222else
    2323   TARGET := libpyrap.so
Note: See TracChangeset for help on using the changeset viewer.