diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ecb80e9..c7cdb31 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ STRIP =strip DIET_ARCHS =alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc ARCH ?=$(shell dpkg-architecture -qDEB_HOST_ARCH) -ifneq (,$(findstring $(ARCH),$(DIET_ARCHS))) +ifeq (,$(findstring $(ARCH),$(DIET_ARCHS))) CC =gcc CFLAGS =-Wall endif |