Opened 9 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 Loic Dachary, 8 years ago

Component: infrastructureprogramming

comment:2 by Loic Dachary, 8 years ago

Type: defectenhancement

comment:3 by Ben Sturmfels, 8 years ago

Keywords: small added; syntax removed
Note: See TracTickets for help on using tickets.