Codebase list getdns / a150c6d
implied source ($<) not defined in explicit rules Willem Toorop 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
206206 cd tools && $(MAKE) $@
207207
208208 stubby.1: $(stubbysrcdir)/doc/stubby.1.in
209 sed -e "s|@ETCDIR@|$(stubbyconfdir)|g" $< > $@
209 sed -e "s|@ETCDIR@|$(stubbyconfdir)|g" $(stubbysrcdir)/doc/stubby.1.in > $@
210210
211211 stubby.lo: $(stubbysrcdir)/src/stubby.c
212 $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(CFLAGS) $(WPEDANTICFLAG) -DSTUBBYCONFDIR=\"$(sysconfdir)/stubby\" -DRUNSTATEDIR=\"$(runstatedir)\" -c $< -o $@
212 $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(CFLAGS) $(WPEDANTICFLAG) -DSTUBBYCONFDIR=\"$(sysconfdir)/stubby\" -DRUNSTATEDIR=\"$(runstatedir)\" -c $(stubbysrcdir)/src/stubby.c -o $@
213213
214214 stubby: stubby.lo libgetdns.la $(STUBBY_XTRA_OBJS)
215215 $(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ stubby.lo $(STUBBY_XTRA_OBJS) $(STUBBY_LDFLAGS) libgetdns.la