use CFLAGS as well

This commit is contained in:
Lev Walkin 2017-08-05 22:53:34 -07:00
parent 62d7687e55
commit 09ba88d58a
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ asn1c_save_compiled_output(arg_t *arg, const char *datadir,
" ${ASN_CONVERTER_SOURCES:.c=.o}\n"
"\nall: $(TARGET)\n"
"\n$(TARGET): ${OBJS}"
"\n\t$(CC) $(CPPFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)\n"
"\n\t$(CC) $(CFLAGS) $(CPPFLAGS) -o $(TARGET) ${OBJS} $(LDFLAGS) $(LIBS)\n"
"\n.SUFFIXES:"
"\n.SUFFIXES: .c .o\n"
"\n.c.o:"