Disable rebuilding of elfedit.1

This commit is contained in:
apb 2011-09-25 19:40:36 +00:00
parent a83ee50668
commit 1bc22d31ed
1 changed files with 2 additions and 0 deletions

View File

@ -842,6 +842,8 @@ NetBSD_DISABLED_strip.1:
rm -f strip.pod
elfedit.1: $(binutils_TEXI) $(binutils_TEXINFOS)
@echo "NOT REBUILDING $@"
NetBSD_DISABLED_elfedit.1:
touch $@
-$(TEXI2POD) $(MANCONF) -Delfedit < $(binutils_TEXI) > elfedit.pod
-($(POD2MAN) elfedit.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \