zsh-workers
 help / color / mirror / code / Atom feed
From: kunihiro@nis.co.jp
To: zsh-workers@math.gatech.edu (Zsh hackers list)
Cc: mio@nis.co.jp
Subject: BSD make and '$<'
Date: Wed, 31 Jul 1996 05:24:17 +0900	[thread overview]
Message-ID: <199607302024.FAA09607@mokuren.nis.co.jp> (raw)

Using BSD make (I use one coming with FreeBSD), there is problem
around '$<' in Doc/Makefile.in.  But there is no problem making with
GNU make.

Dose anybody know BSD make thinking '$<' should be used always with
implicit rule?  I'm not sure...

% cd zsh-3.0-pre4/Doc
% make -n
makeinfo -I.

% gmake -n
makeinfo -I. zsh.texi

Hmm.  I fixed it like this.

*** Doc/Makefile.in.bak	Wed Jul 31 05:10:00 1996
--- Doc/Makefile.in	Wed Jul 31 05:10:07 1996
***************
*** 93,111 ****
  everything: all zsh_us.ps zsh_a4.ps zsh_toc.html
  
  zsh.info: zsh.texi
! 	-$(MAKEINFO) -I$(srcdir) $<
  
  zsh.dvi: zsh.texi
! 	$(TEXI2DVI) $<
  
  zsh_us.ps: zsh.dvi
! 	$(DVIPS) -t letter -o $@ $<
  
  zsh_a4.ps: zsh.dvi
! 	$(DVIPS) -t a4 -o $@ $<
  
  zsh_toc.html: zsh.texi
! 	$(TEXI2HTML) $<
  
  # ========== DEPENDENCIES FOR INSTALLING ==========
  
--- 93,111 ----
  everything: all zsh_us.ps zsh_a4.ps zsh_toc.html
  
  zsh.info: zsh.texi
! 	-$(MAKEINFO) -I$(srcdir) $?
  
  zsh.dvi: zsh.texi
! 	$(TEXI2DVI) $?
  
  zsh_us.ps: zsh.dvi
! 	$(DVIPS) -t letter -o $@ $?
  
  zsh_a4.ps: zsh.dvi
! 	$(DVIPS) -t a4 -o $@ $?
  
  zsh_toc.html: zsh.texi
! 	$(TEXI2HTML) $?
  
  # ========== DEPENDENCIES FOR INSTALLING ==========
  


             reply	other threads:[~1996-07-30 20:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-07-30 20:24 kunihiro [this message]
1996-07-31  2:46 ` Zefram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199607302024.FAA09607@mokuren.nis.co.jp \
    --to=kunihiro@nis.co.jp \
    --cc=mio@nis.co.jp \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).