diff options
author | Haru <haru@dotalux.com> | 2018-05-01 15:16:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 15:16:29 +0200 |
commit | 24360ce305c85b34d814283be9fe7c70a1eff404 (patch) | |
tree | 3dfccc766538b29fae078be580f5058dbfd579b2 /src/plugins/Makefile.in | |
parent | ef7982e2a98faa65eb128e6fc8d931fb30e7ad41 (diff) | |
parent | 9a3d423fddd3f89938301f2773548aaa93e5e07d (diff) | |
download | hercules-24360ce305c85b34d814283be9fe7c70a1eff404.tar.gz hercules-24360ce305c85b34d814283be9fe7c70a1eff404.tar.bz2 hercules-24360ce305c85b34d814283be9fe7c70a1eff404.tar.xz hercules-24360ce305c85b34d814283be9fe7c70a1eff404.zip |
Merge pull request #2025 from Noooil/stable
Comment out "MYPLUGINS ="
Diffstat (limited to 'src/plugins/Makefile.in')
-rw-r--r-- | src/plugins/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index 42d6d821c..ef3f1124b 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -33,7 +33,7 @@ # # # Note: DO NOT include the .c extension!!! # -MYPLUGINS = +MYPLUGINS := $(MYPLUGINS) # # ######### DO NOT EDIT ANYTHING BELOW THIS LINE!!! ################## |