From 1b4efa816fa659f76512c54436b59db75ef3b074 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 30 May 2008 11:04:07 -0700 Subject: [PATCH] incbin definition: use %? --- standard.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard.mac b/standard.mac index 23dcb543..dddcf607 100644 --- a/standard.mac +++ b/standard.mac @@ -146,6 +146,6 @@ __SECT__ %push _incbin %pathsearch %$dep %1 %depend %$dep - incbin %$dep,%2 + %? %$dep,%2 %pop %endmacro