Subject: | Makefile error |
The makefile created after executing perl Makefile.pl has a problem in line 237 (PREOP = svn log > ${DISTVNAME}/Changes)
NMAKE was showing this error:
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
makefile(237) : fatal error U1001: syntax error : illegal character '{' in macro
Stop.
I had to change the "{}" with "()" in line 237:
"PREOP = svn log > $(DISTVNAME)/Changes"