zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: zsh-workers@math.gatech.edu (Zsh hacking and development)
Subject: version.h dependencies
Date: Fri, 27 Dec 1996 00:21:32 +0100 (MET)	[thread overview]
Message-ID: <199612262321.AAA07071@hzoli.ppp.cs.elte.hu> (raw)

This patch adds correct version.h dependencies to Src/Makefile.in.

It probably depends textually on previous Makefile patches although the
conceptually this is independent from these.

Zoltan


*** Src/Makefile.in	1996/12/26 22:19:09	3.1.1.8
--- Src/Makefile.in	1996/12/26 22:32:44	3.1.1.9
***************
*** 107,113 ****
  RLIMITS_INC_H = @RLIMITS_INC_H@
  
  # headers included in distribution
! DIST_HDRS = version.h globals.h hashtable.h prototypes.h signals.h \
  system.h zsh.h ztype.h Zle/zle.h
  
  # zsh headers necessary for compilation
--- 107,113 ----
  RLIMITS_INC_H = @RLIMITS_INC_H@
  
  # headers included in distribution
! DIST_HDRS = globals.h hashtable.h prototypes.h signals.h \
  system.h zsh.h ztype.h Zle/zle.h
  
  # zsh headers necessary for compilation
***************
*** 119,125 ****
  options.c params.c parse.c prompt.c signals.c subst.c text.c utils.c watch.c \
  Zle/zle_bindings.c Zle/zle_hist.c Zle/zle_main.c Zle/zle_misc.c \
  Zle/zle_move.c Zle/zle_refresh.c Zle/zle_tricky.c Zle/zle_utils.c \
! Zle/zle_vi.c Zle/zle_word.c Zle/zle.h Zle/compctl.c $(DIST_HDRS)
  
  # generated prototypes
  PROTO = builtin.pro compat.pro cond.pro exec.pro glob.pro hashtable.pro \
--- 119,125 ----
  options.c params.c parse.c prompt.c signals.c subst.c text.c utils.c watch.c \
  Zle/zle_bindings.c Zle/zle_hist.c Zle/zle_main.c Zle/zle_misc.c \
  Zle/zle_move.c Zle/zle_refresh.c Zle/zle_tricky.c Zle/zle_utils.c \
! Zle/zle_vi.c Zle/zle_word.c Zle/zle.h Zle/compctl.c $(DIST_HDRS) version.h
  
  # generated prototypes
  PROTO = builtin.pro compat.pro cond.pro exec.pro glob.pro hashtable.pro \
***************
*** 196,201 ****
--- 196,203 ----
  
  init.o: bltinmods.list zshpaths.h zshxmods.h
  
+ params.o: version.h
+ 
  $(MODULE_DIRS): proto $(HDRS) $(ANSI@U@KNR) FORCE
  	@cd $@ && $(MAKE) $(MAKEDEFS) shobjs
  
***************
*** 341,346 ****
--- 343,351 ----
  
  Makefile: Makefile.in ../config.status
  	cd .. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
+ 
+ ../config.status: ../configure version.h
+ 	cd .. && ./config.status --recheck
  
  # tag file for vi
  tags: TAGS


                 reply	other threads:[~1996-12-26 23:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199612262321.AAA07071@hzoli.ppp.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --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).