lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Dependencies


From: pg
Subject: lynx-dev Dependencies
Date: Sun, 27 Dec 1998 11:11:55 -0700 (MST)

Hello, Lyncei,

Any change to config.cache or lynx_cfg.h ought to generate a
new cfg_defs.h.  Likewise any change to lynx_cfg.h ought to
generate a new LYMain.o.  This makes these dependencies explicit.

Caution -- I don't understand the implications of these if
"configure" is not used.

-- gil
==============================================================
diff -brc orig/lynx2-8-2/makefile.in lynx2-8-2/makefile.in
*** orig/lynx2-8-2/makefile.in Thu Dec 24 07:59:59 1998
--- lynx2-8-2/makefile.in Thu Dec 24 07:51:16 1998
***************
*** 389,395 ****
        @echo
        @echo '**********************************************'
  
! cfg_defs.h : $(srcdir)/cfg_defs.sh
        @rm -f $@
        $(SHELL) $(srcdir)/cfg_defs.sh >$@
  
--- 390,396 ----
        @echo
        @echo '**********************************************'
  
! cfg_defs.h : $(srcdir)/cfg_defs.sh config.cache lynx_cfg.h
        @rm -f $@
        $(SHELL) $(srcdir)/cfg_defs.sh >$@
  
diff -brc orig/lynx2-8-2/src/makefile.in lynx2-8-2/src/makefile.in
*** orig/lynx2-8-2/src/makefile.in Wed Dec 16 14:56:42 1998
--- lynx2-8-2/src/makefile.in Thu Dec 24 07:51:17 1998
***************
*** 113,119 ****
  LYGetFile.o:  $(top_srcdir)/userdefs.h
  LYKeymap.o:   $(top_srcdir)/userdefs.h
  LYMail.o:     $(top_srcdir)/userdefs.h
! LYMain.o:     $(top_srcdir)/userdefs.h
  LYMainLoop.o: $(top_srcdir)/userdefs.h
  LYOptions.o:  $(top_srcdir)/userdefs.h
  LYReadCFG.o:  $(top_srcdir)/userdefs.h
--- 113,119 ----
  LYGetFile.o:  $(top_srcdir)/userdefs.h
  LYKeymap.o:   $(top_srcdir)/userdefs.h
  LYMail.o:     $(top_srcdir)/userdefs.h
! LYMain.o:     $(top_srcdir)/userdefs.h $(top_builddir)/lynx_cfg.h
  LYMainLoop.o: $(top_srcdir)/userdefs.h
  LYOptions.o:  $(top_srcdir)/userdefs.h
  LYReadCFG.o:  $(top_srcdir)/userdefs.h

reply via email to

[Prev in Thread] Current Thread [Next in Thread]