repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
lilo-gfxmenu
/
lilo-22.7-OPT.diff
blob
5ef19b319e638882542de79e6c66194d5588a23d
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
5
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)
9
10
edit: $(EDIT)
11
$(CC) -Wall -s -O -DSTANDALONE -o edit $(EDIT) $(LDFLAGS)