Update MANPREFIX according to FHS
http://www.pathname.com/fhs/2.2/fhs-4.11.html
This commit is contained in:
parent
bed475cef1
commit
bf23f53b12
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ VERSION = 0
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
|
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
|
||||||
|
@ -13,4 +13,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os
|
||||||
LDFLAGS = -s
|
LDFLAGS = -s
|
||||||
|
|
||||||
# compiler and linker
|
# compiler and linker
|
||||||
CC = cc
|
CC = clang
|
||||||
|
|
Loading…
Reference in a new issue