diff options
-rw-r--r-- | cad/atlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile index 5be35a9..2b01ce7 100644 --- a/cad/atlc/Makefile +++ b/cad/atlc/Makefile @@ -53,7 +53,7 @@ post-patch: @${REINPLACE_CMD} -e 's|atlc/examples|examples/atlc|' \ -e 's|cvsignore||' -e 's|create_for_Makefile.am||' \ ${WRKSRC}/examples/Makefile.in -.elseif +.else @${REINPLACE_CMD} -e 's|docs examples||' ${WRKSRC}/Makefile.in .endif |