summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2012-12-07 17:26:56 +0000
committerattilamolnar <attilamolnar@hush.com>2012-12-07 18:38:34 +0100
commit0a0aa94537dd1be4a4acc2e992dee8d455328240 (patch)
treec8242bdb6710da71e7c0600730ef7a251eeb5f90 /make
parent7f582ed98c40ada1ad348a758f643ac83d50a8df (diff)
Fix #380 on BSD make.
Diffstat (limited to 'make')
-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