diff options
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 6872edf04945..4b53e46ef6ab 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -142,7 +142,7 @@ USE_SDL= sdl .endif post-extract: - @${RM} -f ${WRKSRC}/doc/vice.info* + @${RM} ${WRKSRC}/doc/vice.info* post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ |