summaryrefslogtreecommitdiffstats
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 2dd9aca..9c221a9 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ sm: ${OBJ}
${OBJ}: config.h plugins.h
-plugins.h: ${PLUGINS}
+plugins.h: config.mk
printf '%s\n' ${PLUGINS:.c=} | awk -f genplugin.awk
install: