summaryrefslogtreecommitdiffstats
path: root/build/NWGNUenvironment.inc
diff options
context:
space:
mode:
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r--build/NWGNUenvironment.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index 96a3a03f0d..8ff634a177 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -95,7 +95,7 @@ RELEASE = optimized
endif
ifeq "$(RELEASE)" "debug"
-OBJDIR = Debug
+OBJDIR = Debug.o
endif
ifeq "$(RELEASE)" "noopt"
@@ -103,7 +103,7 @@ OBJDIR = Noopt
endif
ifeq "$(RELEASE)" "optimized"
-OBJDIR = Release
+OBJDIR = Release.o
endif
#