]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
srcdir readded
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 6 Apr 2006 11:56:07 +0000 (11:56 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 6 Apr 2006 11:56:07 +0000 (11:56 +0000)
Makefile.in

index 2f9bee0c3450149759241f71ccb1c6c8d0733f0d..fef36ee9d2b81191611caade007210fce0f5bdb8 100644 (file)
@@ -68,7 +68,7 @@ COMP_LIB      = $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS)
 LINK           = $(CC) $(CFLAGS) $(LDFLAGS)
 LINK_LIB       = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -release $(VERSION)
 
-%.o:    %.c
+%.o:    $(srcdir)/%.c
        $(COMP_LIB) -c $> $<
 
 .PHONY:        clean realclean docclean doc lint all lib