projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfbea45
)
Tweak for Debian packaging.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 11 Jan 2021 05:27:09 +0000
(
00:27
-0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 11 Jan 2021 05:27:09 +0000
(
00:27
-0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index afd81a099480bd0da6d103abb8e44fe8e6d45f66..70d004eebe364743e46b8a8c467331c20fb3d3a8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-8,7
+8,7
@@
VERS=$(shell sed -n <NEWS '/^[0-9]/s/:.*//p' | head -1)
.PHONY: check coverage
CC?=gcc
-CCFLAGS+=-std=c99 -D_DEFAULT_SOURCE -DVERSION=\"$(VERS)\" -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all
+CCFLAGS+=-std=c99 -D_DEFAULT_SOURCE -DVERSION=\"$(VERS)\" -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all
$(CFLAGS)
LIBS=$(shell pkg-config --libs libedit)
INC+=$(shell pkg-config --cflags libedit)