Changeset 1896


Ignore:
Timestamp:
08/24/10 18:39:36 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (related to merge)

Ready for Test: Yes

Interface Changes: No

Test Programs: build asap with make

Put in Release Notes: No

Module(s): asap build system

Description: a bug fix for platform detection


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/Makefile

    r1894 r1896  
    2626#USELIB := lib64
    2727
    28 ifeq ("",$(findstring "darwin", "$(CASAARCH)"))
     28ifneq (,$(findstring "darwin", "$(CASAARCH)"))
    2929        TARGETLIB   := libatnf.dylib
    3030else
     
    5353
    5454LDFLAGS   += -shared
    55 ifeq ("", $(findstring "darwin", "$(CASAARCH)"))
     55ifneq (, $(findstring "darwin", "$(CASAARCH)"))
    5656           LDFLAGS += -headerpad_max_install_names -install_name $(CASAROOT)/$(CASAARCH)/lib/$(TARGETLIB)
    5757endif
Note: See TracChangeset for help on using the changeset viewer.