ID Number: Q68381
1.11 | 1.11
MS-DOS | OS/2
buglist1.11 fixlist1.12
Summary:
The D modifier to the $? macro is supposed to return the directory and
drive portion of the dependent. This does not work properly with NMAKE
version 1.11. Instead, the full pathname and filename are returned.
This was corrected in NMAKE version 1.12, which shipped with Microsoft
COBOL version 4.00.
Sample Makefile
---------------
all : c:\dos\command.com
echo The D modifier of $? is $(?D)