From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sun, 10 Apr 2011 06:46:48 +0000 (+0300)
Subject: Fix Makefile.conf path
X-Git-Tag: 2.407-rc3~16
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/9ced06d550c0c5069e1a890a96ce4701a2eddf59

Fix Makefile.conf path
---

diff --git a/include/Makefile b/include/Makefile
index 814b4ad0..5905fc30 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-include ../../Makefile.conf
+include ../Makefile.conf
 
 INCS = stg/admin_conf.h \
        stg/admin_conf.inc.h \