提交 37222260 编写于 作者: P Peter Eisentraut

Add "override" for make variable JADEFLAGS, since upper directory passes

this variable on the command line.
上级 535980aa
......@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.57 2003/04/10 01:22:44 petere Exp $
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.58 2003/08/27 22:58:54 petere Exp $
#
#----------------------------------------------------------------------------
......@@ -48,7 +48,7 @@ endif
# Enable draft mode during development
ifneq (,$(findstring devel, $(VERSION)))
JADEFLAGS += -V draft-mode
override JADEFLAGS += -V draft-mode
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册