From b39e73e72f6fcf523a45f2e7b192f7ea0bacc477 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Mon, 5 Oct 2009 14:04:12 -0400 Subject: [PATCH 2/3] Remove invalid @# makefile bit This breaks the build with the GNU Make in Debian unstable --- core/package.mk | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/core/package.mk b/core/package.mk index 6b09bda..b8a3400 100644 --- a/core/package.mk +++ b/core/package.mk @@ -264,7 +264,6 @@ ifneq ($(full_classes_jar),) $(add-dex-to-package) endif $(sign-package) - @# Alignment must happen after all other zip operations. $(align-package) # Save information about this package -- 1.6.4.3