diff options
Diffstat (limited to 'build.mk')
| -rw-r--r-- | build.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,7 +38,7 @@ uninstall: .install install: .install build: .build configure: .configure -patch: .patch +patch: .patched extract: .extract fetch: .fetch @@ -50,11 +50,11 @@ fetch: .fetch cd $(dir) && $(build_cmd) @touch $@ -.configure: .patch +.configure: .patched cd $(dir) && $(configure_cmd) $(configure_flags) @touch $@ -.patch: .extract +.patched: .extract cd $(dir) && for f in ../*.patch; do patch -p1 < $$f || break; done @touch $@ |
