cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
* [PATCH] fix trace.h dependency on probes.h
@ 2018-06-02  8:37 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2018-06-02  8:37 UTC (permalink / raw)
  To: cmogstored-public

I haven't tested with systemtap, lately; maybe something
bit rotted.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index ad44412..9f4f87a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -275,6 +275,7 @@ probes.h: probes.d
 probes.o: probes.d
 	$(DTRACE) -C -G -s $< -o $@
 
+trace.h: probes.h
 EXTRA_DIST += probes.h
 BUILT_SOURCES += probes.h
 LDADD += probes.o
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-02  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-02  8:37 [PATCH] fix trace.h dependency on probes.h Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).