fix bug in prev chkin

This commit is contained in:
cxgeorge 2001-06-06 21:17:49 +00:00
parent 1b3f412cf3
commit a7804f6577

View File

@ -290,10 +290,11 @@
// This variable returns the complete set of sources for the current
// target.
#defer get_sources \
$[SOURCES] \
$[PRECOMPILED_HEADER] \
$[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
$[PRECOMPILED_HEADER] \
$[if $[ne $[NO_COMBINED_SOURCES],], $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
$[if $[HAVE_CRYPTO],$[IF_CRYPTO_SOURCES]] \
$[if $[HAVE_JPEG],$[IF_JPEG_SOURCES]] \
$[if $[HAVE_TIFF],$[IF_TIFF_SOURCES]] \
@ -307,7 +308,7 @@
#defer all_sources \
$[SOURCES] \
$[PRECOMPILED_HEADER] \
$[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
$[if $[ne $[NO_COMBINED_SOURCES],], $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
$[IF_CRYPTO_SOURCES] \
$[IF_JPEG_SOURCES] \
$[IF_TIFF_SOURCES] \