Don't use $< in target rules, for portability to POSIX make.
authorBen Pfaff <blp@gnu.org>
Tue, 13 Oct 2009 03:41:37 +0000 (20:41 -0700)
committerBen Pfaff <blp@gnu.org>
Tue, 13 Oct 2009 03:41:37 +0000 (20:41 -0700)
commitc3580361c52f0246f71d9b727cb9e5bd0d8497bb
tree6e116bea3d3a6660f91741f977ae257c50affc86
parentd94dc663529b4e05ec1e7c47c1e73310abb1d3b4
Don't use $< in target rules, for portability to POSIX make.

POSIX only requires $< to be defined for implicit rules, so don't use it
in target rules.

With this commit, PSPP builds properly from a tarball with NetBSD make
version 1.111 on Debian GNU/Linux.
doc/automake.mk
po/automake.mk
src/ui/gui/automake.mk