X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2FMakefile.in;h=edcc4ab78c6eb416ce9a2cdb66f78641744e4cee;hb=64b67b658a37dd780cc1b2fd0ef87febe461a0ba;hp=0f229a2cc24f253f7eecc937f03a679d5842d5fd;hpb=e7ae83be731ad82537bc906560e91f29b81be088;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/Makefile.in b/test/Makefile.in index 0f229a2cc..edcc4ab78 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -27,7 +27,7 @@ all: binaries sysbinaries binaries: $(BINARIES) sysbinaries: FORCE binaries - sh -x bin/locate initdb postgres pg_ctl mysqld + bin/locate initdb postgres pg_ctl mysqld ls -la bin.sys # Compile and link the programs: @@ -82,7 +82,7 @@ bin/showids: $(SRC)/showids.c Makefile $(CC) $(CFLAGS) $(LDFLAGS) -o bin/showids $(SRC)/showids.c bin/locate: $(SRC)/locate.sh Makefile - cp $(SRC)/locate.sh bin/locate + cp $(SRC)/locate.pl bin/locate chmod 0755 bin/locate clean:; rm -rf $(BINARIES) bin.sys