From 53eb65853ab9b6aa5bc2acf809879dfe303fc286 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 13 Jan 2010 17:20:19 +0100 Subject: [rules] remove obsolete clean target & minor cleanups Signed-off-by: Michael Olbrich --- rules/vice.make | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'rules/vice.make') diff --git a/rules/vice.make b/rules/vice.make index 08db218f4..af50da00b 100644 --- a/rules/vice.make +++ b/rules/vice.make @@ -1,5 +1,4 @@ # -*-makefile-*- -# $Id: template 6655 2007-01-02 12:55:21Z rsc $ # # Copyright (C) 2007-2008 by Marc Kleine-Budde # @@ -82,7 +81,7 @@ $(STATEDIR)/vice.targetinstall: @$(call install_fixup, vice,PRIORITY,optional) @$(call install_fixup, vice,VERSION,$(VICE_VERSION)) @$(call install_fixup, vice,SECTION,base) - @$(call install_fixup, vice,AUTHOR,"Robert Schwebel ") + @$(call install_fixup, vice,AUTHOR,"Robert Schwebel ") @$(call install_fixup, vice,DEPENDS,) @$(call install_fixup, vice,DESCRIPTION,missing) @@ -92,13 +91,4 @@ $(STATEDIR)/vice.targetinstall: @$(call touch) -# ---------------------------------------------------------------------------- -# Clean -# ---------------------------------------------------------------------------- - -vice_clean: - rm -rf $(STATEDIR)/vice.* - rm -rf $(PKGDIR)/vice_* - rm -rf $(VICE_DIR) - # vim: syntax=make -- cgit v1.2.3