summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-30 11:04:07 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-30 11:04:07 -0700
commit1b4efa816fa659f76512c54436b59db75ef3b074 (patch)
tree0f7f69bcfc0e61c5e7abe6b263d5634b3827c287
parentfd59e0c63c9191e093b7276d122bac9b6d6e8b3a (diff)
downloadnasm-1b4efa816fa659f76512c54436b59db75ef3b074.tar.gz
incbin definition: use %?
-rw-r--r--standard.mac2
1 files changed, 1 insertions, 1 deletions
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