Move contrib/top/top.X to contrib/top/top.xs and move

contrib/top/top.local.H to contrib/top/top.local.hs.
This fixes a build breakage when src is on a case-
insensitive file system -- we never properly create
top.x nor top.local.h. Change the makefile accordingly.

MFC after:	3 days
This commit is contained in:
Marcel Moolenaar 2015-06-08 19:45:24 +00:00
parent 724fd44827
commit 529b5c137e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284165
3 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ sigdesc.h: ${SIGCONV_AWK} ${SIGNAL_H}
awk -f ${SIGCONV_AWK} < ${SIGNAL_H} > ${.TARGET}
CLEANFILES+= top.local.h top.x
.SUFFIXES: .X .x .H .h
.X.x .H.h:
.SUFFIXES: .xs .x .hs .h
.xs.x .hs.h:
@${ECHO} Making ${.TARGET} from ${.IMPSRC}
@sed -e's,%LoadMax%,5.0,g' \
-e's,%TableSize%,20011,g' \