Fix spaces

This commit is contained in:
taras 2024-09-28 00:31:34 +02:00
parent 234ea262a5
commit 9bd26818ab
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ nl_defs.h: nlist_symbols
print "extern struct nlist nl[];"; \
i = 0; \
} \
!/^\#/ { printf("#define\tN%s\t%s\n", toupper($$2), i++); }' \
!/^\#/ { printf("#define\tN%s\t%s\n", toupper($$2), i++); }' \
< $^ > $@
else
nl_defs.h: nlist_symbols
@ -80,6 +80,6 @@ nl_defs.h: nlist_symbols
print "extern struct nlist nl[];"; \
i = 0; \
} \
!/^\#/ { printf("\#define\tN%s\t%s\n", toupper($$2), i++); }' \
!/^\#/ { printf("\#define\tN%s\t%s\n", toupper($$2), i++); }' \
< $^ > $@
endif