summaryrefslogtreecommitdiff
path: root/java/jdk-tutorial/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-05-05 15:00:01 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-05-05 15:00:01 +0000
commitc1ffdf18adb9a2264e68b2ee35f404f0ec1c231f (patch)
tree923e0e8e16b162a4bf85aaaf2eaa38e539783f16 /java/jdk-tutorial/Makefile
parentUpdate to 0.98c (diff)
Add "-f" after ${RM} (for a problem when we "make clean")
Obtained from: the e-mail from maintainer
Notes
Notes: svn path=/head/; revision=18510
Diffstat (limited to 'java/jdk-tutorial/Makefile')
-rw-r--r--java/jdk-tutorial/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile
index f13024dfb855..ab0872e548bd 100644
--- a/java/jdk-tutorial/Makefile
+++ b/java/jdk-tutorial/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Mar 23 10:18:20 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/04/30 18:16:01 taoka Exp $
#
DISTNAME= tutorial
@@ -29,6 +29,6 @@ post-install:
@${CAT} ${PKGDIR}/MESSAGE
pre-clean:
- @${RM} ${PKGDIR}/MESSAGE
+ @${RM} -f ${PKGDIR}/MESSAGE
.include <bsd.port.mk>