Merge branch 'jc/remove-export-from-config-mak-in' into next
commit33f7d4fa8f4ff128f3f07519effa038ecc9fc3c6
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2013 23:53:18 +0000 (7 15:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2013 23:53:18 +0000 (7 15:53 -0800)
tree828073692ba9ef8e59ae198b09034eb6a148bfe5
parentd648b24583d9a81f758bd9968808e039f39a2d89
parentd8cf908cb6012cd4dc3d1089a849daf646150c2e
Merge branch 'jc/remove-export-from-config-mak-in' into next

config.mak.in template had an "export" line to cause a few
common makefile variables to be exported; if they need to be
expoted for autoconf/configure users, they should also be exported
for people who write config.mak the same way.  Move the "export" to
the main Makefile.

* jc/remove-export-from-config-mak-in:
  config.mak.in: remove unused definitions
Makefile
config.mak.in