update emoji autocorrect entries from po-files
[LibreOffice.git] / external / glew / glew-debug.patch.1
blobc6e30a4783109f72d3b305ab23bdaff3ad37d1df
1 -*- Mode: Diff -*-
2 --- glew/Makefile
3 +++ glew/Makefile
4 @@ -65,7 +65,7 @@
5  RM      ?= rm -f
6  LN      ?= ln -sf
7  
8 -ifeq ($(MAKECMDGOALS), debug)
9 +ifneq (,$(filter debug,$(MAKECMDGOALS)))
10  OPT = -g
11  else
12  OPT = $(POPT)