aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-09-11 05:42:37 +0000
committerWarner Losh <imp@FreeBSD.org>1998-09-11 05:42:37 +0000
commitc0f3e0b9b00f12df11369ba35eff7c9a9d90e0c1 (patch)
tree19b4795d29a34b0fa6fa5b066ed5434b50d76e47 /lib/libncurses
parent546bc251aea71eca5b87919a34bced9d6dc5c056 (diff)
downloadsrc-c0f3e0b9b00f12df11369ba35eff7c9a9d90e0c1.tar.gz
src-c0f3e0b9b00f12df11369ba35eff7c9a9d90e0c1.zip
$@ -> ${.TARGET}
Notes
Notes: svn path=/head/; revision=39063
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/TESTS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/TESTS/Makefile b/lib/libncurses/TESTS/Makefile
index 64dc0e32465c..ef6cb997a54c 100644
--- a/lib/libncurses/TESTS/Makefile
+++ b/lib/libncurses/TESTS/Makefile
@@ -9,7 +9,7 @@ LIBS += -lncurses -lmytinfo
all: $(TESTS)
$(TESTS):
- $(CC) $(CFLAGS) $(LDFLAGS) ${.CURDIR}/$@.c -o $@ $(LIBS)
+ $(CC) $(CFLAGS) $(LDFLAGS) ${.CURDIR}/${.TARGET}.c -o ${.TARGET} $(LIBS)
test: test.c
corner: corner.c