From: Miek Gieben Date: Thu, 6 Apr 2006 11:41:06 +0000 (+0000) Subject: make works as it supposed to work X-Git-Tag: release-1.1.0~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea228fd708e1a94a314f00a2b1f24e43eb7264c;p=thirdparty%2Fldns.git make works as it supposed to work --- diff --git a/Makefile.in b/Makefile.in index 9e64af6a..2f9bee0c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,8 +68,8 @@ COMP_LIB = $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) LINK = $(CC) $(CFLAGS) $(LDFLAGS) LINK_LIB = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -release $(VERSION) -%.o: $(srcdir)/%.c $(LIBDNS_HEADERS) - $(COMP_LIB) -c $< +%.o: %.c + $(COMP_LIB) -c $> $< .PHONY: clean realclean docclean doc lint all lib .PHONY: install uninstall install-doc uninstall-doc @@ -156,7 +156,7 @@ uninstall-lib: rmdir -p $(DESTDIR)$(libdir) clean: drill-clean - rm -f *.o *.d + rm -f *.o *.d *.lo rm -f *~ rm -rf autom4te.cache/ rm -f tags