Re: teTeX-2.0-rc1: make vs. $(MAKE)
Thomas Esser <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
> this version does not compile cleanly at least on HP-UX, AIX, AXP OSF1 and FreeBSD > because sometimes the native "make" will fail for sophisticated makefiles. > they all break with messages similar to this one That bug in pdftex.mk was reported before. If is already fixed in my sources. > - (cd ./Ada95/gen ; make html) ;\ > + (cd ./Ada95/gen ; $(MAKE) html) ;\ teTeX does not have the Ada95 dir. That html target is never called. > -@MAINT@ cd .. && make Makefile ./configure > +@MAINT@ cd .. && ($MAKE) Makefile ./configure That only has to work for the maintainer! :-) Thanks for your report, Thomas