Fix mkdir -p with a leading /
This commit is contained in:
parent
9c03736696
commit
6e30efb9bb
|
@ -13,4 +13,4 @@ RANLIB = ranlib
|
||||||
# For NetBSD add -D_NETBSD_SOURCE
|
# For NetBSD add -D_NETBSD_SOURCE
|
||||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
|
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
|
||||||
CFLAGS = -std=c99 -Wall -pedantic
|
CFLAGS = -std=c99 -Wall -pedantic
|
||||||
LDFLAGS = -s -lrt
|
LDFLAGS = -s
|
||||||
|
|
Loading…
Reference in New Issue
Block a user