Re-generated Makefiles
This commit is contained in:
parent
d78d179b60
commit
9f1dc3203f
4
config.h
4
config.h
|
@ -4,3 +4,7 @@
|
|||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
#endif
|
||||
|
||||
#ifndef LIBDIR
|
||||
# define LIBDIR PREFIX "/lib"
|
||||
#endif
|
||||
|
|
|
@ -8,7 +8,7 @@ CFLAGSF = -W -Wall -ansi -fPIC
|
|||
CFLAGS = -g
|
||||
AR = ar -rc
|
||||
RANLIB = ranlib
|
||||
LD = ld -shared
|
||||
LD = $(CC) -shared
|
||||
RM = rm -f
|
||||
MKDIR = mkdir -p
|
||||
INSTALL = install
|
||||
|
|
Loading…
Reference in New Issue
Block a user