Project

General

Profile

« Previous | Next » 

Revision 418

Makefiles: Added empty rules for targets without a rule so that these rules wouldn't trigger the recursive subdir invocation for the default target

View differences:

Makefile
7 7

  
8 8
all = vegbien.sql vegbien_empty.sql
9 9

  
10
all: _always $(all)
10
all: _always $(all) ;
11 11

  
12 12
.SUFFIXES:
13 13

  

Also available in: Unified diff