diff --git a/aiccu/unix-console/Makefile b/aiccu/unix-console/Makefile index d5e5c07..ad0b43b 100755 --- a/aiccu/unix-console/Makefile +++ b/aiccu/unix-console/Makefile @@ -144,7 +144,7 @@ endif all: aiccu aiccu: $(OBJS) ${SRCS} ${INCS} - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) + $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0) ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1) strip $@