mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 12:43:03 +01:00
Fixed to make posix build work
This commit is contained in:
parent
16301382c7
commit
253db43055
4
src/extern/editline/Makefile
vendored
4
src/extern/editline/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
## $Revision: 1.1 $
|
||||
## $Revision: 1.2 $
|
||||
##
|
||||
## Unix makefile for editline library.
|
||||
##
|
||||
@ -41,7 +41,7 @@ RANLIB = ranlib
|
||||
SOURCES = editline.c complete.c sysunix.c
|
||||
OBJECTS = editline.o complete.o sysunix.o
|
||||
|
||||
FIREBIRD_LIB=../../gen/firebird/lib
|
||||
FIREBIRD_LIB=../../../gen/firebird/lib
|
||||
all: $(FIREBIRD_LIB)/libedit.a
|
||||
#all: libedit.a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user