Opened 10 years ago
Last modified 8 years ago
#5034 new enhancement
Inconsistent variable syntax in Makefile.in
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | programming | Keywords: | consistency, analretentive, small |
Cc: | Parent Tickets: |
Description
Makefile.in
uses both ${VARIABLE} and $(VARIABLE) syntax. It seems that some of the @variables@ from Makefile.in
get turned into ${VARIABLES} in Makefile
, so I'd recommend changing everything to use curly braces {} instead of parentheses ().
Change History (3)
comment:1 by , 9 years ago
Component: | infrastructure → programming |
---|
comment:2 by , 9 years ago
Type: | defect → enhancement |
---|
comment:3 by , 8 years ago
Keywords: | small added; syntax removed |
---|
Note:
See TracTickets
for help on using tickets.