updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / lilo-gfxmenu / lilo-22.7-OPT.diff
blob5ef19b319e638882542de79e6c66194d5588a23d
1 --- lilo-22.7/Makefile
2 +++ lilo-22.7/Makefile
3 @@ -201,7 +201,7 @@
4 dd if=$*.img of=$*.b bs=32 skip=1
6 activate: activate.c
7 - $(CC) -Wall -s -O -o activate activate.c $(LDFLAGS)
8 + $(CC) $(OPT) -Wall -s -O -o activate activate.c $(LDFLAGS)
10 edit: $(EDIT)
11 $(CC) -Wall -s -O -DSTANDALONE -o edit $(EDIT) $(LDFLAGS)