зеркало из https://github.com/mozilla/gecko-dev.git
Proper use of parens.
This commit is contained in:
Родитель
1cb6387dc9
Коммит
0e313ad0ab
|
@ -34,12 +34,10 @@ include $(topsrcdir)/config/config.mk
|
|||
PROGRAM = ucgendat
|
||||
|
||||
# XXX replace with proper configure test for glib
|
||||
CFLAGS += $(shell $GLIB-CONFIG --cflags)
|
||||
CFLAGS += $(shell $(GLIB-CONFIG) --cflags)
|
||||
|
||||
# XXX need configure test
|
||||
EX_LIBS = $(shell $GLIB-CONFIG --libs)
|
||||
EX_LIBS = $(shell $(GLIB-CONFIG) --libs)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче