From: Vincent Bernat Date: Sun, 31 May 2020 06:19:52 +0000 (+0200) Subject: build: add lldpd.stp to CLEANFILES X-Git-Tag: 1.0.6~9 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Flldpd.git;a=commitdiff_plain;h=d21599d2e6fa08dcf4a0b49e0b9bc35c52311286 build: add lldpd.stp to CLEANFILES --- diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 3e764492..42240a41 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -133,7 +133,7 @@ endif EXTRA_DIST = dtrace2systemtap.awk if ENABLE_SYSTEMTAP BUILT_SOURCES += probes.h -CLEANFILES += probes.h +CLEANFILES += probes.h lldpd.stp probes.h: probes.d $(AM_V_GEN) $(AM_V_at)$(DTRACE) -C -h -s $< -o $@