diff options
Diffstat (limited to 'shells/fd/Makefile')
-rw-r--r-- | shells/fd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 03e58632f95..3b6a8f67ef0 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -33,7 +33,7 @@ DOCS_JA= FAQ \ TECHKNOW \ ToAdmin -post-patch: +post-configure: ${REINPLACE_CMD} -E -e 's|^(#[[:space:]]*define[[:space:]]+EXTENDCCOPT[[:space:]]+"([^"]+ )?)-O(["[:space:]])|\1${CFLAGS}\3|' ${WRKSRC}/machine.h post-install: |