Fix VPATH build

probes.h is generated in build directory; setting a dependency on
probes.h from source directory doesn't work well in VPATH builds. Caused
by commit 1afcfbdda0
This commit is contained in:
Jiri Denemark 2011-10-17 17:42:47 +02:00
parent b767de4bdf
commit ecbca76739

View File

@ -191,7 +191,7 @@ REMOTE_DRIVER_GENERATED = \
# The remote RPC driver needs probes.h
if WITH_DTRACE
REMOTE_DRIVER_GENERATED += $(srcdir)/probes.h
REMOTE_DRIVER_GENERATED += probes.h
endif
REMOTE_PROTOCOL = $(srcdir)/remote/remote_protocol.x