summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-01-18 17:34:15 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-01-18 17:34:15 +0100
commite7ae83be731ad82537bc906560e91f29b81be088 (patch)
treebe70c95db3bb64fe7fac81ca106bcec070bfc15f /test/Makefile.in
parentcc285a9fa6dadcffc03350b18c05ce9ee95360d5 (diff)
downloadexim4-e7ae83be731ad82537bc906560e91f29b81be088.tar.gz
Testsuite: Use cp+chmod instead of install
On Solaris, install doesn't seem to behave as expected. (Or, it has different installs and we call the wrong one)
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index c96fb4bdd..0f229a2cc 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -26,7 +26,7 @@ all: binaries sysbinaries
binaries: $(BINARIES)
-sysbinaries: FORCE
+sysbinaries: FORCE binaries
sh -x bin/locate initdb postgres pg_ctl mysqld
ls -la bin.sys
@@ -82,7 +82,8 @@ bin/showids: $(SRC)/showids.c Makefile
$(CC) $(CFLAGS) $(LDFLAGS) -o bin/showids $(SRC)/showids.c
bin/locate: $(SRC)/locate.sh Makefile
- install -m 0755 $(SRC)/locate.sh bin/locate
+ cp $(SRC)/locate.sh bin/locate
+ chmod 0755 bin/locate
clean:; rm -rf $(BINARIES) bin.sys