Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

version.h dependencies



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



Messages sorted by: Reverse Date, Date, Thread, Author