diff options
Diffstat (limited to 'devel/ptypes/Makefile')
-rw-r--r-- | devel/ptypes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ptypes/Makefile b/devel/ptypes/Makefile index 9a69ceeda89c..c02de1537d1d 100644 --- a/devel/ptypes/Makefile +++ b/devel/ptypes/Makefile @@ -29,8 +29,8 @@ DEBUG_VARS= DEBUG_FLAGS="-DDEBUG -g" OPTIMIZED_CFLAGS_VARS= PTYPES_CFLAGS+="-O2" pre-install: - @${RM} -f ${WRKSRC}/include/*.orig - @${RM} -f ${WRKSRC}/wshare/*.o ${WRKSRC}/wshare/*.orig + @${RM} ${WRKSRC}/include/*.orig + @${RM} ${WRKSRC}/wshare/*.o ${WRKSRC}/wshare/*.orig do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/ptypes |