repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update emoji autocorrect entries from po-files
[LibreOffice.git]
/
external
/
glew
/
glew-debug.patch.1
blob
c6e30a4783109f72d3b305ab23bdaff3ad37d1df
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)