projects
/
b43-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006b58e
)
ssb_sprom: Fix binary name
author
Michael Buesch
<mb@bu3sch.de>
Thu, 26 Nov 2009 14:38:38 +0000
(15:38 +0100)
committer
Michael Buesch
<mb@bu3sch.de>
Thu, 26 Nov 2009 14:38:38 +0000
(15:38 +0100)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
ssb_sprom/Makefile
patch
|
blob
|
history
diff --git
a/ssb_sprom/Makefile
b/ssb_sprom/Makefile
index 01efc0ee8d0df940a0de9f92b132be70966ccb1c..21f70eb41dfe53226ef449adb635cbd2ee45fab1 100644
(file)
--- a/
ssb_sprom/Makefile
+++ b/
ssb_sprom/Makefile
@@
-18,7
+18,7
@@
CFLAGS += -std=c99 -O2 -fomit-frame-pointer -Wall -D_BSD_SOURCE
LDFLAGS ?=
SRCS = ssb_sprom.c utils.c
-BIN = ssb
_
sprom
+BIN = ssb
-
sprom
.SUFFIXES:
.PHONY: all install clean distclean