From 68dd99643c63a20baec740923f69a470615eae38 Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Thu, 9 Sep 2010 13:30:15 +0000 Subject: DINGUX and N64: changes to dists targets Run instructions to copy engine data only if there is really some datafiles to copy for the built engines. svn-id: r52656 --- backends/platform/n64/n64.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/platform/n64') diff --git a/backends/platform/n64/n64.mk b/backends/platform/n64/n64.mk index 580bdce7ce..2e383e670d 100644 --- a/backends/platform/n64/n64.mk +++ b/backends/platform/n64/n64.mk @@ -15,7 +15,9 @@ n64-distclean: n64-dist: all $(MKDIR) $(bundle_name) $(MKDIR) $(bundle_name)/romfs +ifdef DIST_FILES_ENGINEDATA $(CP) $(DIST_FILES_ENGINEDATA) $(bundle_name)/romfs +endif $(CP) $(DIST_FILES_DOCS) $(bundle_name)/ $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip $(bundle_name)/romfs genromfs -f $(bundle_name)/romfs.img -d $(bundle_name)/romfs -V scummvmn64 -- cgit v1.2.3