mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix a typo in CFLAGS variable name.
This commit is contained in:
parent
0e6133eed2
commit
c22e3dac66
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue