aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b6e12e..03b29f9 100644
--- a/Makefile
+++ b/Makefile
@@ -488,7 +488,7 @@ PHONY += python-gui
488python-gui: $(PYTHON_GUI) 488python-gui: $(PYTHON_GUI)
489 489
490PHONY += python-plugin 490PHONY += python-plugin
491python-plugin: $(PYTHON_PLUGINs) 491python-plugin: $(PYTHON_PLUGINS)
492 492
493CFLAGS_plugin_python.o += $(PYTHON_DIR_SQ) 493CFLAGS_plugin_python.o += $(PYTHON_DIR_SQ)
494 494