Use $(EXEEXT) for executable binaries

This commit is contained in:
Pierre Pronchery 2019-09-26 00:02:37 +02:00
parent d974aae8ae
commit 1ae29cf37c

View File

@ -9,7 +9,7 @@ dist=System/App.h,appbroker.sh,fixme.sh,Makefile,Test.expected,Test.interface,pk
[Dummy.h]
type=script
script=../tools/appbroker.sh
flags=-O APPBROKER=$(OBJDIR)../tools/AppBroker
flags=-O APPBROKER=$(OBJDIR)../tools/AppBroker$(EXEEXT)
depends=../data/Dummy.interface,../tools/appbroker.sh
[appclient]