summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 11:59:20 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 11:59:20 +0000
commit45604c60cb0cf93de11ceaed5e9bb6c619ff0012 (patch)
tree4916c99eb75589e0cf213925026ca90dba8b98a5 /sysui/desktop
parent88a0125198f9ced22738b1a1245735784cc14a5d (diff)
INTEGRATION: CWS sysui11 (1.14.16); FILE MERGED
2005/09/13 06:29:54 obr 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/16 13:21:07 obr 1.14.16.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/redhat/makefile.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/sysui/desktop/redhat/makefile.mk b/sysui/desktop/redhat/makefile.mk
index 45badcb248a8..adf1ac248507 100644
--- a/sysui/desktop/redhat/makefile.mk
+++ b/sysui/desktop/redhat/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 11:48:11 $
+# last change: $Author: kz $ $Date: 2005-10-05 12:59:20 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -142,7 +142,6 @@ RPMDEPN = \
RPMDIR = $(shell cd $(BIN); pwd)
ULFDIR = $(COMMONMISC)$/desktopshare
-SPECFILE = $(MISC)/$(TARGET)-menus.spec
.ENDIF
@@ -226,14 +225,9 @@ $(MISC)/$(TARGET)/etc/$(UNIXFILENAME) :
@$(MKDIRHIER) $(@:d)
@touch $@
-# --- specfile ----------------------------------------------------
-
-$(SPECFILE) : $$(@:f)
- @cat $< | tr -d "\015" >$@
-
# --- packaging ---------------------------------------------------
-.PHONY $(RPMFILE) : $(RPMDEPN) $(SPECFILE)
+.PHONY $(RPMFILE) : $(RPMDEPN) $(MISC)/$(TARGET)-menus.spec
-$(RM) $(@:d)/$(PKGNAME)-*
@$(RPM) -bb $(MISC)/$(TARGET)-menus.spec --buildroot $(LAUNCHERDIR) \
--define "_builddir $(shell cd ../share; pwd)" \