mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-1868 link w/ C
X-SVN-Rev: 8511
This commit is contained in:
parent
b11e6bcf7f
commit
985ce87495
1 changed files with 2 additions and 2 deletions
|
@ -75,10 +75,10 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
$(TARGET) : $(OBJECTS)
|
||||
$(LINK.cc) -o $@ $^ $(LIBS)
|
||||
$(LINK.c) -o $@ $^ $(LIBS)
|
||||
|
||||
$(DERB) : $(DERB_OBJ)
|
||||
$(LINK.cc) -o $@ $^ $(LIBS)
|
||||
$(LINK.c) -o $@ $^ $(LIBS)
|
||||
|
||||
|
||||
# the 'mv' will always fail if you are building in the source dir
|
||||
|
|
Loading…
Add table
Reference in a new issue