8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Do not build and run libtomcrypt tests.

This commit is contained in:
Adriano dos Santos Fernandes 2017-09-06 15:55:56 +00:00
parent 7907f1735f
commit 92f59d799b

View File

@ -248,7 +248,8 @@ testprof/$(LIBTEST):
objs: $(OBJECTS)
$(LIBNAME): $(OBJECTS) testprof/$(LIBTEST)
#$(LIBNAME): $(OBJECTS) testprof/$(LIBTEST)
$(LIBNAME): $(OBJECTS)
libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | grep "src/" | xargs` $(EXTRALIBS) -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION)
install: $(LIBNAME)