diff options
Diffstat (limited to 'makefile.after')
-rw-r--r-- | makefile.after | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile.after b/makefile.after index cef71b839..d6a1170a1 100644 --- a/makefile.after +++ b/makefile.after @@ -79,6 +79,7 @@ COMMONCFLAGS += $(DEFINES:%=-D%) $(INCLUDES:%=-I%) -Fo$(relpath $@) -Fd"$(PDB)" #PDB= # There is no PDB file generated in a release build
endif
+ifndef CLEANRULEPOSTFIX
ifeq ($(OBJDIRPREFIX),)
ifeq ($(DEBUG),1)
CLEANRULEPOSTFIX=debug
@@ -88,6 +89,7 @@ endif else
CLEANRULEPOSTFIX=$(OBJDIRPREFIX)
endif
+endif
.PHONY: all cleanall clean clean$(CLEANRULEPOSTFIX)
|