chiark / gitweb /
Build system: Bodge regress/Makefile.in's .SECONDARY some more
[adns.git] / regress / Makefile.in
index 2834e834a2fffcc9f9d77312cfeecb8515ed8804..34be146c7f13f0d1d7294b73725d6142a70c6309 100644 (file)
@@ -56,7 +56,7 @@ LINK_CMD=     $(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@
 %_playback:    %_c.o hplayback.o $(HARNLOBJS)
                $(LINK_CMD)
 
-.SECONDARY: $(addsuffix _c.o, $(CLIENTS))
+.SECONDARY: $(addsuffix _c.o, $(filter-out adnshost, $(CLIENTS)))
 # Without this, make will remove <client>_c.o after building <client>.
 # This wastes effort.  (Debian bug #4073.)
 #