Check returncode from SSL_CTX_set_cipher_list()
[exim.git] / test / Makefile.in
index c96fb4bddbac1407466bc1ee49a31a3b38cccba3..edcc4ab78c6eb416ce9a2cdb66f78641744e4cee 100644 (file)
@@ -26,8 +26,8 @@ all:            binaries sysbinaries
 
 binaries:      $(BINARIES)
 
-sysbinaries:   FORCE
-               sh -x bin/locate initdb postgres pg_ctl mysqld
+sysbinaries:   FORCE binaries
+               bin/locate initdb postgres pg_ctl mysqld
                ls -la bin.sys
 
 # Compile and link the programs:
@@ -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.pl bin/locate
+               chmod 0755 bin/locate
 
 clean:;         rm -rf $(BINARIES) bin.sys