remove headers for compiler

This commit is contained in:
lexborisov 2016-08-29 01:52:32 +04:00
parent f960c5fe25
commit 37fe46a3a6
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ include $(TARGET)/modest/Makefile.mk
OBJS := $(patsubst %.c,%.o,$(SRCS))
shared: $(OBJS) $(HDRS)
shared: $(OBJS)
$(CC) -shared $(LDFLAGS) $(OBJS) -o $(LIB_TMP)/lib$(LIBNAME)$(LIBPOSTFIX)
static: shared