Skip to content

Commit 1f6a9ad

Browse files
authored
Merge pull request #3992 from michal037/patch-1
removed typo in macro
2 parents 4eb5395 + e71fc48 commit 1f6a9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/special-nmake-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Filename macros are predefined as filenames specified in the dependency (not ful
1717
|--|--|
1818
| **`$@`** | Current target's full name (path, base name, extension), as currently specified. |
1919
| **`$$@`** | Current target's full name (path, base name, extension), as currently specified. Valid only as a dependent in a dependency. |
20-
| **`$*`*** | Current target's path and base name minus file extension. |
20+
| **`$*`** | Current target's path and base name minus file extension. |
2121
| **`$**`** | All dependents of the current target. |
2222
| **`$?`** | All dependents with a later timestamp than the current target. |
2323
| **`$<`** | Dependent file with a later timestamp than the current target. Valid only in commands in inference rules. |

0 commit comments

Comments
 (0)