project/Makefile.in: workaround issue with out-of-tree builds
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 26 Sep 2008 14:04:08 +0000 (14:04 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 26 Sep 2008 14:04:08 +0000 (14:04 -0000)
commit94b3420da9c94c3044faead59f145a99a098c423
treef588aeaef52ffd3ab64b6e7aedb2839acd80407c
parent0915c62d9839bdc38f996ca36c6b8e2f5329a0b4
project/Makefile.in: workaround issue with out-of-tree builds

Other packages might also support Linux-style out of tree builds
with the O=<dir> syntax (E.G. Busybox does). As make automatically
forwards command line variable definitions those packages get very
confused. Fix this by telling make to not do so
project/Makefile.in