Build bustage from bug 485409: extra quoting required for PERL now.

This commit is contained in:
Benjamin Smedberg 2009-09-22 10:13:27 -04:00
parent a265eab0b0
commit bc9329c8b8

View File

@ -34,7 +34,7 @@ AUTOMATION_PPARGS = \
-DPROFILE_DIR=\"$(_PROFILE_DIR)\" \
-DCERTS_SRC_DIR=\"$(_CERTS_SRC_DIR)\" \
-DSYMBOLS_PATH=\"$(_SYMBOLS_PATH)\" \
-DPERL=\"$(PERL)\" \
-DPERL="\"$(PERL)\"" \
$(NULL)
ifeq ($(OS_ARCH),Darwin)