1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/databases/gnats/files/patch-aa

60 lines
1.1 KiB
Plaintext
Raw Normal View History

*** gnats/Makefile.in Fri Oct 13 17:53:38 1995
--- gnats/Makefile.in Tue Oct 31 09:01:49 1995
***************
*** 130,136 ****
LIBS = @LIBS@
KRBINCLUDE = @KRBINCLUDE@
! M4 = m4
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
--- 130,136 ----
LIBS = @LIBS@
KRBINCLUDE = @KRBINCLUDE@
! M4 = gm4
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
*** Makefile.in Fri Oct 13 17:53:35 1995
--- Makefile.in Sat Nov 11 10:57:42 1995
***************
*** 96,104 ****
then echo $$r/flex/flex ; \
else echo flex ; fi`
! M4 = `if [ -f $$r/m4/m4 ] ; \
! then echo $$r/m4/m4 ; \
! else echo m4 ; fi`
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
then echo $$r/texinfo/makeinfo/makeinfo ; \
--- 96,102 ----
then echo $$r/flex/flex ; \
else echo flex ; fi`
! M4 = gm4
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
then echo $$r/texinfo/makeinfo/makeinfo ; \
***************
*** 1017,1024 ****
MAKEDIRS= \
$(prefix) \
! $(exec_prefix) \
! $(tooldir)
.PHONY: install-dirs
install-dirs:
--- 1015,1021 ----
MAKEDIRS= \
$(prefix) \
! $(exec_prefix)
.PHONY: install-dirs
install-dirs: