Commit 3b87c363 authored by Mouse's avatar Mouse

Merge remote-tracking branch 'velichkov/s1ap' into vlm_master

parents 7068065f 18971e7c
......@@ -235,9 +235,10 @@ asn1c__save_example_mk_makefile(arg_t *arg, const asn1c_dep_chainset *deps,
"\nregen: regenerate-from-asn1-source\n"
"\nregenerate-from-asn1-source:\n\t");
for(int i = 0; i < argc; i++)
for(int i = 0; i < argc; i++) {
safe_fprintf(mkf, "%s%s", i ? " " : "", argv[i]);
safe_fprintf(mkf, "\n\n");
}
safe_fprintf(mkf, "\n\n");
fclose(mkf);
safe_fprintf(stderr, "Generated %s%s\n", destdir, makefile_name);
......
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