summaryrefslogtreecommitdiff
path: root/sysui/desktop/mandriva
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/desktop/mandriva')
-rw-r--r--sysui/desktop/mandriva/makefile.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/sysui/desktop/mandriva/makefile.mk b/sysui/desktop/mandriva/makefile.mk
index 89a3d84328df..0d8626c564a5 100644
--- a/sysui/desktop/mandriva/makefile.mk
+++ b/sysui/desktop/mandriva/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 11:47:41 $
+# last change: $Author: kz $ $Date: 2005-10-05 12:58:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -140,7 +140,6 @@ RPMDEPN = \
RPMDIR = $(shell cd $(BIN); pwd)
ULFDIR = $(COMMONMISC)$/desktopshare
-SPECFILE = $(MISC)/$(TARGET)-menus.spec
.ENDIF
@@ -220,14 +219,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 "_rpmdir $(RPMDIR)" \