Removed setting of default values for variables which are never empty
authorsven.panne@aedion.de <unknown>
Sat, 8 Sep 2007 13:18:09 +0000 (13:18 +0000)
committersven.panne@aedion.de <unknown>
Sat, 8 Sep 2007 13:18:09 +0000 (13:18 +0000)
commit01c80d847da9379e5abc01a91c44d423c3df4efe
tree1a1548183447d56ccda5d26e505d52018e6315bc
parent62bad18960643f862bba8f14c31cce15b287fb81
Removed setting of default values for variables which are never empty
The standard autoconf variables like prefix, exec_prefix, ... are always set by
configure, so there is no need to provide explicit defaults in the Makefile.

The lines were introduced about a decade ago, perhaps there were some bugs in
ancient autoconfs, but today I can't think of a reason why this should be still
necessary.
mk/config.mk.in