summaryrefslogtreecommitdiff
path: root/graphite
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-02-03 01:10:29 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-02-03 01:11:25 +0200
commitd1e4f11a9638887dfa708bf476d9c4473705dbb7 (patch)
tree32b1db3c50738e26bf350723a9672cbd8795a90b /graphite
parentd0261891c173feafd005eb85e4e868c52219cd59 (diff)
Don't try to copy nonexistent pdb files
Diffstat (limited to 'graphite')
-rw-r--r--graphite/makefile.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/graphite/makefile.mk b/graphite/makefile.mk
index 53bb99ba8973..4aeb626eeb10 100644
--- a/graphite/makefile.mk
+++ b/graphite/makefile.mk
@@ -137,14 +137,6 @@ BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
.IF "$(OS)"=="MACOSX"
OUT2LIB+=src$/.libs$/libgraphite.*.dylib
-.ELSE
-.IF "$(OS)"=="WNT" && "$(COM)"!="GCC"
-.IF "$(debug)"!=""
-OUT2BIN=engine$/debug$/*.pdb
-.ELSE
-OUT2BIN=
-.ENDIF
-.ENDIF
.ENDIF