2009-08-19 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* debian/rules
    * Using spaces instead of tabs for indentation.
This commit is contained in:
Viktor Szakats
2009-08-19 18:07:15 +00:00
parent 37369dc1ca
commit 269a4b9669
2 changed files with 7 additions and 3 deletions

View File

@@ -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.

View File

@@ -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