add tag to linking flags for libtool
This commit is contained in:
parent
79448a9fdf
commit
ef3fc96393
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
LINK = $(CCDV) $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
|
|
Reference in a new issue