diff Makefile.gen @ 176:f265e7274a45

Add a 'NONBUILD' target list for non-builded targets, use it for win32 subdir creation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Nov 2010 07:53:45 +0200
parents 1b6bc8bf6ac3
children fdc771411795
line wrap: on
line diff
--- a/Makefile.gen	Mon Nov 15 07:50:48 2010 +0200
+++ b/Makefile.gen	Mon Nov 15 07:53:45 2010 +0200
@@ -12,7 +12,7 @@
 #
 # Target rules
 #
-all: $(TARGETS)
+all: $(NONBUILD) $(TARGETS)
 
 $(OBJPATH)%.o: %.c %.h
 	$(COMP) -c -o $@ $<