diff options
Diffstat (limited to 'rules/patch.mk')
-rw-r--r-- | rules/patch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/patch.mk b/rules/patch.mk index 54ec563..b76e3a3 100644 --- a/rules/patch.mk +++ b/rules/patch.mk @@ -38,7 +38,7 @@ applied-%-stamp: $(patchdir)/% unpack-stamp patch-stamp: $(patches:%=applied-%-stamp) -pre-configure:: patch-stamp +pre-configure-stamp: patch-stamp __patch_mk := included endif |