Changes between Initial Version and Version 1 of Ticket #23341, comment 75
- Timestamp:
- 11/13/18 10:21:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23341, comment 75
initial v1 1 In your `Makefile` patch, you use `$(CFLAGS)` but lcalc uses `$(CCFLAGS)` for that.1 In your `Makefile` patch, the rule `$(CC) $(CFLAGS) $(INCLUDEFILES) -c cmdline.c` is just the standard build rule for `.c` files (modulo the typo $(CFLAGS)`->`$(CCFLAGS)`). So it might be better to just restore the comment.