Makefile: re-add mapc to SOL deps
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 9 Apr 2011 17:41:45 +0000 (17:41 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 9 Apr 2011 17:41:45 +0000 (17:41 +0000)
Breaks concurrent compilation hardcore.

git-svn-id: https://s.snth.net/svn/neverball/branches/gles@3565 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index 024c6e6..675a247 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -332,8 +332,7 @@ DESKTOPS := $(basename $(wildcard dist/*.desktop.in))
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) -MM -MP -MF $*.d -MT "$@" $<
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) -o $@ -c $<
 
-#%.sol : %.map $(MAPC_TARG)
-%.sol : %.map
+%.sol : %.map $(MAPC_TARG)
        $(MAPC) $< data
 
 %.desktop : %.desktop.in