8
0
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:
skidder 2002-10-09 11:28:24 +00:00
parent 16301382c7
commit 253db43055

View File

@ -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