From c26ef8d45fee89c4b23c14ef81aae963189f057c Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 9 Aug 2010 13:17:08 +0000 Subject: [PATCH] Fix make output The output must not use $< since for out-of-tree builds this contains the relative paths to the file in question. Since $@ will always be in the current directory, we should use that one instead. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2101 726aef4b-f618-498e-8847-2d620e286838 --- man/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Makefile.in b/man/Makefile.in index 33f6531e..dc8bf4ec 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -24,7 +24,7 @@ endif all: $(MAN1) %.1.gz: %.1 Makefile - $(E) Packing man page $<... + $(E) Packing man page $@... $(Q)gzip -9 <$< >$@ clean: