summaryrefslogtreecommitdiffstats
path: root/lib/libncurses
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-09-11 05:42:37 +0000
committerimp <imp@FreeBSD.org>1998-09-11 05:42:37 +0000
commit7085d1ce9f2868a2f170e8e81da04d4da995ad6f (patch)
treeecc5779bfc6cfd8d61a9bbd0d8f76184cc67da25 /lib/libncurses
parente299ab5422f02ed312fbe00e8f49cba71a728ebd (diff)
downloadFreeBSD-src-7085d1ce9f2868a2f170e8e81da04d4da995ad6f.zip
FreeBSD-src-7085d1ce9f2868a2f170e8e81da04d4da995ad6f.tar.gz
$@ -> ${.TARGET}
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 64dc0e3..ef6cb99 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
OpenPOWER on IntegriCloud