From: David Levine Date: Thu, 9 Jan 2014 02:14:57 +0000 (-0600) Subject: Hard-code the config/version.c target, instead of using $@, so its X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4e23ddd4d595d50de4b7fa0ab6bf3533bcf42723?ds=sidebyside;hp=4e23ddd4d595d50de4b7fa0ab6bf3533bcf42723 Hard-code the config/version.c target, instead of using $@, so its rule works for the distcheck target with Solaris (System V) make. distcheck uses VPATH, causes that make to prepend the VPATH to $@. ---