0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

configure, doc/Makefile.in: fix out-of-directory build

Fix bit rot for out of directory builds.

Signed-off-by: Ed Beroset <beroset@mindspring.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
Ed Beroset 2017-04-14 10:11:57 -04:00 committed by H. Peter Anvin
parent 8c8234bf68
commit d219c55643
2 changed files with 2 additions and 2 deletions

View File

@ -227,5 +227,5 @@ dnl support ccache
dnl dnl
PA_ARG_ENABLED([ccache], [compile with ccache], [CC="ccache $CC"], []) PA_ARG_ENABLED([ccache], [compile with ccache], [CC="ccache $CC"], [])
AC_OUTPUT_COMMANDS([mkdir -p config nasmlib nsis output stdlib x86 asm disasm rdoff]) AC_OUTPUT_COMMANDS([mkdir -p config nasmlib nsis output stdlib x86 asm disasm rdoff macros])
AC_OUTPUT(Makefile doc/Makefile) AC_OUTPUT(Makefile doc/Makefile)

View File

@ -68,7 +68,7 @@ nasmdoc.ps: nasmdoc.dip genps.pl afmmetrics.ph ttfmetrics.ph \
> nasmdoc.ps > nasmdoc.ps
nasmdoc.pdf: nasmdoc.ps pspdf.pl nasmdoc.pdf: nasmdoc.ps pspdf.pl
$(PERL) pspdf.pl $(PDFOPT) nasmdoc.ps nasmdoc.pdf $(PERL) $(srcdir)/pspdf.pl $(PDFOPT) nasmdoc.ps nasmdoc.pdf
clean: clean:
-$(RM_F) *.rtf *.hpj *.texi *.gid *.ipf *.dip -$(RM_F) *.rtf *.hpj *.texi *.gid *.ipf *.dip