summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/TESTS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/TESTS/Makefile')
-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