summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 12:56:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 12:56:35 +0000
commitd98e0058f929d706db5ee997d3f5c7007644d2b9 (patch)
tree86d5c63cc707f1054c1538d07013810438571b76 /sysui
parent3ca632fc509aa9162bb4badd56966c48dfee9ff1 (diff)
INTEGRATION: CWS sb83 (1.18.10); FILE MERGED
2008/02/07 12:46:25 sb 1.18.10.1: #i84200# removed apparently unused viewdoc script
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/util/makefile.mk13
1 files changed, 3 insertions, 10 deletions
diff --git a/sysui/desktop/util/makefile.mk b/sysui/desktop/util/makefile.mk
index 7034a085f405..c7c65920d717 100644
--- a/sysui/desktop/util/makefile.mk
+++ b/sysui/desktop/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.18 $
+# $Revision: 1.19 $
#
-# last change: $Author: obo $ $Date: 2008-01-04 14:14:36 $
+# last change: $Author: vg $ $Date: 2008-03-18 13:56:35 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -99,18 +99,11 @@ APP1LIBS=
APP1STDLIBS+=$(PKGCONFIG_LIBS)
.ENDIF # "$(ENABLE_GNOMEVFS)"!=""
-SCRIPTS= \
- $(BIN)$/viewdoc.sh
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-ALLTAR: $(SCRIPTS) $(RPMTARFILES) $(DEBTARFILES)
-
-$(SCRIPTS) : $$(@:f)
- @rm -f $@ 2>/dev/null
- @cat $(@:f) | tr -d "\015" > $@
+ALLTAR: $(RPMTARFILES) $(DEBTARFILES)
.IF "$(RPMTARFILES)" != ""