diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-06-07 12:10:12 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-06-07 12:10:12 -0400 |
commit | 32fdbe84d5674cb395716893c322c8a331928bd3 (patch) | |
tree | f0289445794eef7ddb1cd6aba90bc3a40a7ad4ce | |
parent | 6e02990c02ad1b3da22f7c146d56590b7c46d474 (diff) |
build: Fix typo of PYTHON_PLUGINs
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -488,7 +488,7 @@ PHONY += python-gui | |||
488 | python-gui: $(PYTHON_GUI) | 488 | python-gui: $(PYTHON_GUI) |
489 | 489 | ||
490 | PHONY += python-plugin | 490 | PHONY += python-plugin |
491 | python-plugin: $(PYTHON_PLUGINs) | 491 | python-plugin: $(PYTHON_PLUGINS) |
492 | 492 | ||
493 | CFLAGS_plugin_python.o += $(PYTHON_DIR_SQ) | 493 | CFLAGS_plugin_python.o += $(PYTHON_DIR_SQ) |
494 | 494 | ||