From 0414fc4dd0ee3a278182d1125da0c820a6c602b0 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 26 Mar 2001 07:28:26 +0000 Subject: [PATCH] Don't use MANDEPEND and MANSRC. --- gnu/usr.bin/groff/Makefile.cfg | 2 -- gnu/usr.bin/man/manpath/Makefile | 9 +++------ lib/msun/Makefile | 2 -- libexec/atrun/Makefile | 1 + usr.bin/at/Makefile | 7 ++----- 5 files changed, 6 insertions(+), 15 deletions(-) diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg index 90964d49c3ca..af7dc6761a9b 100644 --- a/gnu/usr.bin/groff/Makefile.cfg +++ b/gnu/usr.bin/groff/Makefile.cfg @@ -143,5 +143,3 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(GROFF_DIST)/REVISION` -e "s;@g@;$(g);g" \ -e "s;@G@;`echo $(g) | tr [a-z] [A-Z]`;g" \ $< >$@ - -MANSRC=${.OBJDIR} diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 79d3b5da0ec5..72f4d806697f 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -1,8 +1,6 @@ # $FreeBSD$ PROG= manpath -SRCS= manpath.c -MAN1= manpath.1 DPADD= ${LIBMAN} LDADD= ${LIBMAN} @@ -10,11 +8,10 @@ LDADD= ${LIBMAN} CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.OBJDIR}/../lib CLEANFILES+= ${MAN1} -MANDEPEND+= ${MAN1} + +.include ${MAN1}: ${.CURDIR}/manpath.man @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \ sed -e 's,%manpath_config_file%,/etc/manpath.config,' \ - ${.CURDIR}/manpath.man > ${MAN1} - -.include + ${.ALLSRC} > ${.TARGET} diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 4281b142a957..7dce84c098b4 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -121,8 +121,6 @@ ${ARCH_PREFIX}${i}: ${.CURDIR}/${ARCH}/${i} cp ${.ALLSRC} ${.TARGET} .endfor -MANSRC= ${.CURDIR}/man - MAN3+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \ cos.3 cosh.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 hypot.3 ieee.3 \ ieee_test.3 j0.3 lgamma.3 math.3 rint.3 sin.3 sinh.3 sqrt.3 \ diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index a71a797b1a87..3ae4d8154227 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -15,6 +15,7 @@ CFLAGS+=-I${MAINSRC} -I${.CURDIR} .include ${MAN8}: atrun.man + @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \ sed -e \ "s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \ s@_ATJOB_DIR@$(ATJOB_DIR)@g; \ diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index df96d573b49b..b3bf2188d1c0 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -4,7 +4,7 @@ PROG= at CFLAGS+=-Wall -SRCS= at.c panic.c parsetime.c perm.c +SRCS= at.c panic.c parsetime.c perm.c LINKS= ${BINDIR}/at ${BINDIR}/atq \ ${BINDIR}/at ${BINDIR}/atrm \ ${BINDIR}/at ${BINDIR}/batch @@ -13,9 +13,7 @@ MLINKS= at.1 batch.1 \ at.1 atrm.1 BINMODE= 4555 -MANSRC= . CLEANFILES += ${MAN1} -MANDEPEND = ${MAN1} .include @@ -29,5 +27,4 @@ ${MAN1}: at.man s@_LOADAVG_MX@$(LOADAVG_MX)@g; \ s@_PERM_PATH@$(PERM_PATH)@g; \ s@_LOCKFILE@$(LOCKFILE)@g" \ - < ${.OODATE} > ${.TARGET} - + < ${.ALLSRC} > ${.TARGET}