From cd2026563735db7bc22311386525372f41cc1838 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 24 Oct 2001 09:16:23 +0000 Subject: It's safe to assume that ${.OBJDIR} == ${.CURDIR} in the NOOBJ-hinted Makefiles. --- gnu/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/include/Makefile b/gnu/include/Makefile index 604971f..c6cce86 100644 --- a/gnu/include/Makefile +++ b/gnu/include/Makefile @@ -3,7 +3,7 @@ NOOBJ= noobj beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/values.h \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 values.h \ ${DESTDIR}/usr/include .include -- cgit v1.1