From Jonathan Kamens <jik@curl.com>.
+2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
+ the ?= operator. From Jonathan Kamens <jik@curl.com>.
+
2001-07-30 Gerd Moellmann <gerd@gnu.org>
* vc.el (vc-switch-backend): Fix autoload cookie.
;; that if you change this regexp you might have to fix the imenu
;; index in makefile-imenu-generic-expression.
(defconst makefile-macroassign-regex
- "^ *\\([^ \n\t][^:#= \t\n]*\\)[ \t]*[*:+]?:?="
+ "^ *\\([^ \n\t][^:#= \t\n]*\\)[ \t]*[*:+]?[:?]?="
"Regex used to find macro assignment lines in a makefile.")
(defconst makefile-ignored-files-in-pickup-regex