mirror of https://github.com/F-Stack/f-stack.git
Fix spaces
This commit is contained in:
parent
234ea262a5
commit
9bd26818ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue