mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +01:00
Add missing %
This commit is contained in:
parent
7bd6e03ae0
commit
6be6380e10
6
Makefile
6
Makefile
@ -8,11 +8,11 @@ LIB_SRCS = arc4random.c bsd_getopt.c err.c fgetln.c inet_net_pton.c \
|
||||
strlcat.c strlcpy.c md5c.c fmtcheck.c
|
||||
|
||||
LIB_INCLUDES := err.h getopt.h ip_icmp.h random.h queue.h md5.h string.h \
|
||||
bsd.h stdlib.h
|
||||
LIB_INCLUDES := $(patsubst %,include/bsd/,$(LIB_INCLUDES))
|
||||
bsd.h stdlib.h
|
||||
LIB_INCLUDES := $(patsubst %,include/bsd/%,$(LIB_INCLUDES))
|
||||
|
||||
LIB_MANS := arc4random.3 strlcpy.3 fgetln.3 fmtcheck.3
|
||||
LIB_MANS := $(patsubst %,man/,$(LIB_MANS))
|
||||
LIB_MANS := $(patsubst %,man/%,$(LIB_MANS))
|
||||
|
||||
LIB_STATIC_OBJS = $(LIB_SRCS:%.c=%.o)
|
||||
LIB_SHARED_OBJS = $(LIB_SRCS:%.c=%.lo)
|
||||
|
Loading…
Reference in New Issue
Block a user