diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 11:52:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 11:52:52 +0000 |
commit | b141a69ae4b3beb728849a3e16d7818bfe9b084b (patch) | |
tree | a4e25afffde67f0f62dbd5d5dd2e94d4ab6417c4 /psprint | |
parent | 11d06ddd19eee6acfe0f74e7fc9f92b07b1288bc (diff) |
INTEGRATION: CWS ause074 (1.6.62); FILE MERGED
2007/01/30 12:05:31 hjs 1.6.62.1: #i73801# remove remaining usages of sv[pre].mk
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printergfx/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/psprint/source/printergfx/makefile.mk b/psprint/source/printergfx/makefile.mk index 8030c8e13cd1..7e3ae714bb25 100644 --- a/psprint/source/printergfx/makefile.mk +++ b/psprint/source/printergfx/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hr $ $Date: 2006-06-19 10:26:57 $ +# last change: $Author: vg $ $Date: 2007-02-06 12:52:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -42,9 +42,7 @@ TARGET=gfx ENABLE_EXCEPTIONS=true -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk .IF "$(ENABLE_CUPS)" != "" CDEFS += -DENABLE_CUPS |