gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Makefile


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz Makefile
Date: Wed, 28 Aug 2002 08:27:56 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/08/28 08:27:56

Modified files:
        .              : Makefile 

Log message:
        Modify Makefile to use ./depends if it exists, otherwise ../depends

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.145&tr2=1.146&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.145 gzz/Makefile:1.146
*** gzz/Makefile:1.145  Tue Aug 27 17:42:59 2002
--- gzz/Makefile        Wed Aug 28 08:27:56 2002
***************
*** 149,155 ****
  
  # Location of the depends/ CVS module:
  ifeq (,$(GZZ_DEPENDS))
!   GZZ_DEPENDS=../depends
  endif
  
  CLASSDIR=CLASSES/
--- 149,158 ----
  
  # Location of the depends/ CVS module:
  ifeq (,$(GZZ_DEPENDS))
!   GZZ_DEPENDS=$(wildcard depends)
!   ifeq (,$(GZZ_DEPENDS))
!     GZZ_DEPENDS=../depends
!   endif
  endif
  
  CLASSDIR=CLASSES/




reply via email to

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