Makefile: Build cmdhelp before anything else

This should hopefully reduce strange rebuilding going on with cmdhelp
This commit is contained in:
Ilari Liusvaara 2015-01-28 17:06:51 +02:00
parent 7584121717
commit b3c0fc76f9
2 changed files with 4 additions and 0 deletions

View file

@ -79,6 +79,7 @@ lsnes$(DOT_EXECUTABLE_SUFFIX): __all_common__.files __all_platform__.files
$(REALCC) -o $@ `cat __all_common__.files __all_platform__.files` $(LDFLAGS) `cat $(COMMON_LIBRARY_FLAGS) $(PLATFORM_LIBRARY_FLAGS)`
precheck:
$(MAKE) -C cmdhelp prebuild
$(MAKE) -C core precheck
$(MAKE) -C emulation precheck
$(MAKE) -C fonts precheck

View file

@ -28,6 +28,9 @@ inverselist.cpp: $(JSON_FILES) mkstubsi$(DOT_EXECUTABLE_SUFFIX)
.PRECIOUS: %.$(OBJECT_SUFFIX) %.files
prebuild: __all__.files
@true
precheck:
@true