[Spambayes-checkins] website Makefile,1.3,1.4

Skip Montanaro montanaro at users.sourceforge.net
Tue Jun 17 16:01:39 EDT 2003


Update of /cvsroot/spambayes/website
In directory sc8-pr-cvs1:/tmp/cvs-serv29599

Modified Files:
	Makefile 
Log Message:
define EXTRA_TARGETS before the include so make decides that EXTRA_TARGETS
are part of TARGETS when deciding what files 'all' depends on



Index: Makefile
===================================================================
RCS file: /cvsroot/spambayes/website/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	31 May 2003 01:35:43 -0000	1.3
--- Makefile	17 Jun 2003 22:01:37 -0000	1.4
***************
*** 1,7 ****
  include scripts/make.rules
  ROOT_DIR = .
  ROOT_OFFSET = .	
- 
- EXTRA_TARGETS = reply.txt faq.html default.css
  
  $(TARGETS): links.h
--- 1,8 ----
+ # this def'n must occur before the include!
+ EXTRA_TARGETS = reply.txt faq.html default.css
+ 
  include scripts/make.rules
  ROOT_DIR = .
  ROOT_OFFSET = .	
  
  $(TARGETS): links.h





More information about the Spambayes-checkins mailing list