From a7a2c3ca751495a36e5ddde5a23f356f56726504 Mon Sep 17 00:00:00 2001 From: Reinier Haasjes Date: Fri, 17 Aug 2012 11:29:39 +0200 Subject: [PATCH] skip strip We handle stripping of the binary through dh_strip, thus remove the upstream code handling that, which does not care about our Debian build options. Signed-off-by: Stefan Schantl --- unix-console/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/unix-console/Makefile b/unix-console/Makefile index d5e5c07..f746cac 100755 --- a/unix-console/Makefile +++ b/unix-console/Makefile @@ -145,11 +145,6 @@ all: aiccu aiccu: $(OBJS) ${SRCS} ${INCS} $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) -ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0) -ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1) - strip $@ -endif -endif clean: $(RM) -f $(OBJS) aiccu -- 2.47.3