Automatically regenerate Probe.h if Probe.interface changes
This commit is contained in:
parent
2416b08d1d
commit
5c5a0fec2b
|
@ -17,7 +17,7 @@ INSTALL = install
|
|||
|
||||
all: $(TARGETS)
|
||||
|
||||
../data/Probe.h:
|
||||
../data/Probe.h: ../data/Probe.interface
|
||||
./appbroker.sh "../data/Probe.h"
|
||||
|
||||
Probe_OBJS = probe.o
|
||||
|
|
|
@ -9,6 +9,7 @@ dist=Makefile,appbroker.sh
|
|||
[../data/Probe.h]
|
||||
type=script
|
||||
script=./appbroker.sh
|
||||
depends=../data/Probe.interface
|
||||
|
||||
[Probe]
|
||||
type=binary
|
||||
|
|
Loading…
Reference in New Issue
Block a user