mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
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
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ endif
|
||||
all: $(MAN1)
|
||||
|
||||
%.1.gz: %.1 Makefile
|
||||
$(E) Packing man page $<...
|
||||
$(E) Packing man page $@...
|
||||
$(Q)gzip -9 <$< >$@
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user