blob: 7037f4f107bec4d516b8ecf11fa1522ca3800eeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/libmy/Makefile.orig 2016-04-07 19:58:48 UTC
+++ src/libmy/Makefile
@@ -3,8 +3,8 @@ SRCS= strcutl.c strcutw.c strcuts.c strc
CFLAGS+= -Wall -Werror -Wstrict-prototypes
MAN=
-NOPIC= 1
-NOPROFILE= 1
+NO_PIC= 1
+NO_PROFILE= 1
PIPE= -pipe
|