View | Details | Raw Unified | Return to bug 62641
Collapse All | Expand All

(-)native/Makefile.in (-1 / +1 lines)
Lines 57-63 Link Here
57
    LIBTOOL=$(LIBTOOL_OLD)
57
    LIBTOOL=$(LIBTOOL_OLD)
58
endif
58
endif
59
LINK          = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) -version-info $(TCNATIVE_LIBTOOL_VERSION) $(ALL_LDFLAGS) -o $@
59
LINK          = $(LIBTOOL) $(LTFLAGS) --mode=link --tag=CC $(LT_LDFLAGS) $(COMPILE) -version-info $(TCNATIVE_LIBTOOL_VERSION) $(ALL_LDFLAGS) -o $@
60
CLEAN_SUBDIRS = test
60
CLEAN_SUBDIRS = test
61
CLEAN_TARGETS = .make.dirs
61
CLEAN_TARGETS = .make.dirs

Return to bug 62641