aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-21 18:39:08 +0800
committerats <ats@FreeBSD.org>1994-11-21 18:39:08 +0800
commit99d47540f928cef2c2c793a979cc1ee292ad6b55 (patch)
tree4308b2fd8372ba8fdaeab88774039b1cd8f2fc4d /benchmarks
parent7cdf456513a268ce97769ef16ebd8142f4498f87 (diff)
downloadfreebsd-ports-gnome-99d47540f928cef2c2c793a979cc1ee292ad6b55.tar.gz
freebsd-ports-gnome-99d47540f928cef2c2c793a979cc1ee292ad6b55.tar.zst
freebsd-ports-gnome-99d47540f928cef2c2c793a979cc1ee292ad6b55.zip
Remove the symlink in the pre-clean target, that gets created from the
configure script.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/tcpblast/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile
index 201e530fe7c8..c41ab4e3ae64 100644
--- a/benchmarks/tcpblast/Makefile
+++ b/benchmarks/tcpblast/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 August 1994
# Whom: mr
#
-# $Id: Makefile,v 1.3 1994/11/10 01:36:42 jkh Exp $
+# $Id: Makefile,v 1.4 1994/11/17 00:22:54 jkh Exp $
#
DISTNAME= tcpblast
@@ -12,6 +12,7 @@ NO_WRKDIR= yes
pre-clean:
@echo "===> Pre-clean for ${DISTNAME}"
+ @(rm -f ${.CURDIR}/tcpblast)
@(cd ${.CURDIR}/src; make clean)
.include <bsd.port.mk>