From 269a4b9669d201c8aa3100da1bf7b3092be1c62c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 19 Aug 2009 18:07:15 +0000 Subject: [PATCH] 2009-08-19 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * debian/rules * Using spaces instead of tabs for indentation. --- harbour/ChangeLog | 4 ++++ harbour/debian/rules | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1830058f72..085d406a87 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-19 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * debian/rules + * Using spaces instead of tabs for indentation. + 2009-08-19 20:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * debian/rules ! Changed make_gnu.sh references to direct make commands. diff --git a/harbour/debian/rules b/harbour/debian/rules index 5f07a4ae48..cff5c53393 100755 --- a/harbour/debian/rules +++ b/harbour/debian/rules @@ -20,12 +20,12 @@ export HB_ETC_DIR=$(INSTDIR)/etc CFLAGS = -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 + CFLAGS += -O0 else - CFLAGS += -O3 + CFLAGS += -O3 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s + INSTALL_PROGRAM += -s endif build: build-stamp