summaryrefslogtreecommitdiff
path: root/make/template/main.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/template/main.mk')
-rw-r--r--make/template/main.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index 87a80162c..b39a2665b 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -88,9 +88,9 @@ INSTMODE_LIB = 0644
DBGOK=0
@IFEQ $(D) 0
CXXFLAGS += -O2
- @IFEQ $(CC) gcc
+@IFEQ $(CC) gcc
CXXFLAGS += -g1
- @ENDIF
+@ENDIF
HEADER = std-header
DBGOK=1
@ENDIF