mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-24 15:57:19 +01:00
fix(build): Makefile dependency
This commit is contained in:
parent
8adef65e52
commit
b4144dea46
2
Makefile
2
Makefile
@ -81,7 +81,7 @@ all: libexecs tests samples
|
||||
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
|
||||
COMPONENTS = Foundation Encodings XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Data/PostgreSQL ActiveRecord ActiveRecord/Compiler Zip PageCompiler PageCompiler/File2Page JWT CppParser PDF MongoDB Redis Prometheus
|
||||
|
||||
cppunit:
|
||||
cppunit: Foundation-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/CppUnit
|
||||
|
||||
CppUnit-clean:
|
||||
|
@ -13,11 +13,11 @@ fi
|
||||
source="$1"
|
||||
target="$2"
|
||||
|
||||
sourcedir=`dirname "$source"`
|
||||
targetdir=`dirname "$target"`
|
||||
sourcedir=$(dirname "$source")
|
||||
targetdir=$(dirname "$target")
|
||||
|
||||
if [ "$sourcedir" = "$targetdir" ] ; then
|
||||
source=`basename $source`
|
||||
source=$(basename "$source")
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user