diff options
author | Jaromir Wysoglad | 2019-07-08 10:04:01 +0200 |
---|---|---|
committer | Thierry Crozat | 2019-07-28 15:09:14 +0100 |
commit | b883958c0582660dd0d7aa0bdf8a1edad30c7448 (patch) | |
tree | 510cabdee931cdbefc9fbc345e908c5d072a07e6 | |
parent | 0f82716ca32bc2d82081797deede4814560750b4 (diff) | |
download | scummvm-rg350-b883958c0582660dd0d7aa0bdf8a1edad30c7448.tar.gz scummvm-rg350-b883958c0582660dd0d7aa0bdf8a1edad30c7448.tar.bz2 scummvm-rg350-b883958c0582660dd0d7aa0bdf8a1edad30c7448.zip |
SUPERNOVA: Fix module.mk to make create_image tool
-rw-r--r-- | devtools/create_supernova/module.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_supernova/module.mk b/devtools/create_supernova/module.mk index 92af416807..7827acdd38 100644 --- a/devtools/create_supernova/module.mk +++ b/devtools/create_supernova/module.mk @@ -11,5 +11,5 @@ TOOL_EXECUTABLE := create_supernova # Include common rules include $(srcdir)/rules.mk -include $(srcdir)/devtools/create_supernova2/create_image/module.mk -.PHONY: $(srcdir)/devtools/create_supernova2/create_image/module.mk +include $(srcdir)/devtools/create_supernova/create_image/module.mk +.PHONY: $(srcdir)/devtools/create_supernova/create_image/module.mk |