diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-12 00:36:44 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-12 00:36:44 +0200 |
commit | 742f57054fe787714c9ab59aa704cdcec25f3b28 (patch) | |
tree | 220a9ada7924be10490797a6727086b8519dd4cf /buildlib/copy.mak | |
parent | 606837654922b8c58c9ac8a12b44c30f308115e3 (diff) |
* Makefile, buildlib/*.mak:
- reshuffle dependencies so that parallel building seems to work
Diffstat (limited to 'buildlib/copy.mak')
-rw-r--r-- | buildlib/copy.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/copy.mak b/buildlib/copy.mak index 3ae11a7eb..e8fe43deb 100644 --- a/buildlib/copy.mak +++ b/buildlib/copy.mak @@ -21,7 +21,7 @@ veryclean: veryclean/$(LOCAL) MKDIRS += $(dir $($(LOCAL)-LIST)) -$($(LOCAL)-LIST) : $(TO)/% : % +$($(LOCAL)-LIST) : $(TO)/% : % dirs echo Installing $< to $(@D) cp $< $(@D) |