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