Skip to content

Commit

Permalink
Fix a typo in CFLAGS variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
stikonas committed Apr 27, 2024
1 parent 0e6133e commit c22e3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/bison-3.4.1/mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bison: src.a lib.a
%.a: FORCE
set -e ;\
DIR=$(basename $@ .a) ;\
$(MAKE) CC=$(CC) AR=$(AR) CFLAGS=$(CGLAGS) -C $$DIR $@ ;\
$(MAKE) CC=$(CC) AR=$(AR) CFLAGS=$(CFLAGS) -C $$DIR $@ ;\
cp $$DIR/$@ $@

FORCE:
Expand Down

0 comments on commit c22e3da

Please sign in to comment.