From a150c6d927102df5f1e7808d4d5bfa9e149573ae Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 21 Feb 2018 12:17:51 +0100 Subject: [PATCH] implied source ($<) not defined in explicit rules --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index a7cc9ea4..1059afca 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -207,10 +207,10 @@ getdns_server_mon: default cd tools && $(MAKE) $@ stubby.1: $(stubbysrcdir)/doc/stubby.1.in - sed -e "s|@ETCDIR@|$(stubbyconfdir)|g" $< > $@ + sed -e "s|@ETCDIR@|$(stubbyconfdir)|g" $(stubbysrcdir)/doc/stubby.1.in > $@ stubby.lo: $(stubbysrcdir)/src/stubby.c - $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(CFLAGS) $(WPEDANTICFLAG) -DSTUBBYCONFDIR=\"$(sysconfdir)/stubby\" -DRUNSTATEDIR=\"$(runstatedir)\" -c $< -o $@ + $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(CFLAGS) $(WPEDANTICFLAG) -DSTUBBYCONFDIR=\"$(sysconfdir)/stubby\" -DRUNSTATEDIR=\"$(runstatedir)\" -c $(stubbysrcdir)/src/stubby.c -o $@ stubby: stubby.lo libgetdns.la $(STUBBY_XTRA_OBJS) $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ stubby.lo $(STUBBY_XTRA_OBJS) $(STUBBY_LDFLAGS) libgetdns.la