summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-05-07 07:15:34 +0000
committermycroft <mycroft@NetBSD.org>1997-05-07 07:15:34 +0000
commitfd8daf980ef7baf12ef542532aacb247734d7368 (patch)
treefacd84857a708ef075e355fb11fc4d1a40d306f3 /gnu/libexec
parent5f50ab97160d3ba14919ca1809bd5aa4241cca51 (diff)
Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/Makefile.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/Makefile.inc b/gnu/libexec/uucp/Makefile.inc
index 6516abf9c93..d56228831d0 100644
--- a/gnu/libexec/uucp/Makefile.inc
+++ b/gnu/libexec/uucp/Makefile.inc
@@ -1,14 +1,11 @@
LIBUNIX!=cd $(.CURDIR)/../libunix; \
- printf "xxx:\n\techo \$${.OBJDIR}/libunix.a\n" | \
- ${MAKE} -r -s -f - xxx | grep libunix
+ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/libunix.a\n" | ${MAKE} -s -f-
LIBUUCONF!=cd $(.CURDIR)/../libuuconf; \
- printf "xxx:\n\techo \$${.OBJDIR}/libuuconf.a\n" | \
- ${MAKE} -r -s -f - xxx | grep libuuconf
+ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/libuuconf.a\n" | ${MAKE} -s -f-
LIBUUCP!=cd $(.CURDIR)/../libuucp; \
- printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | \
- ${MAKE} -r -s -f - xxx | grep libuucp
+ printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -s -f-
VERSION= 1.06.1
owner= uucp