Commit 09ba88d5 authored by Lev Walkin's avatar Lev Walkin

use CFLAGS as well

parent 62d7687e
...@@ -175,7 +175,7 @@ asn1c_save_compiled_output(arg_t *arg, const char *datadir, ...@@ -175,7 +175,7 @@ asn1c_save_compiled_output(arg_t *arg, const char *datadir,
" ${ASN_CONVERTER_SOURCES:.c=.o}\n" " ${ASN_CONVERTER_SOURCES:.c=.o}\n"
"\nall: $(TARGET)\n" "\nall: $(TARGET)\n"
"\n$(TARGET): ${OBJS}" "\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:"
"\n.SUFFIXES: .c .o\n" "\n.SUFFIXES: .c .o\n"
"\n.c.o:" "\n.c.o:"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment