X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2FMakefile.in;h=edcc4ab78c6eb416ce9a2cdb66f78641744e4cee;hb=9604413b16bf7270395b92690ef429dca4a14eee;hp=c96fb4bddbac1407466bc1ee49a31a3b38cccba3;hpb=cc285a9fa6dadcffc03350b18c05ce9ee95360d5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/Makefile.in b/test/Makefile.in index c96fb4bdd..edcc4ab78 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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