Makefile.autotools.in: fix source handling
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 2 Jul 2008 08:58:18 +0000 (08:58 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 2 Jul 2008 08:58:18 +0000 (08:58 -0000)
commitea1eb9e9f92256c2023e51362b4365bff648530b
tree70521a1f0369c4f1f85310c45f238c5b9cfe321f
parentec771579451c54c8590800ca1803cd6bfcc9a116
Makefile.autotools.in: fix source handling

Handling source/source-check/external-deps together doesn't work, as
wget will then download the sources every time make source is called
even if it's available in DL_DIR

Instead detect source-check/external-deps from MAKELEVEL.

Support downloadable package patches in source-check/external-deps
while we're at it.
package/Makefile.autotools.in