mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
I don't know why Blas disabled building fbudf.so. Let's build it again
This commit is contained in:
parent
8ccdd9cc6a
commit
e7f54d902f
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.extlib,v 1.12 2003-07-14 09:44:59 brodsom Exp $
|
||||
# $Id: Makefile.in.extlib,v 1.13 2003-09-23 22:36:12 skidder Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleName=extlib
|
||||
@ -59,9 +59,9 @@ AllObjects = $(UDF_Objects) $(UTIL_Objects) $(FBUDF_Objects)
|
||||
Dependencies = $(AllObjects:.o=.d)
|
||||
|
||||
|
||||
.PHONY: all lib_ib_udf lib_ib_util
|
||||
.PHONY: all lib_ib_udf lib_ib_util lib_fbudf
|
||||
|
||||
all: lib_ib_udf lib_ib_util
|
||||
all: lib_ib_udf lib_ib_util lib_fbudf
|
||||
|
||||
|
||||
# The libraires in this directory could do with a bit more work, since they
|
||||
|
Loading…
Reference in New Issue
Block a user