Update of bug #25578 (project make):
Status: None => Not A Bug
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
The problem is you forgot a backslash in the programs/retriever/rules.mk
file, so the variable assignment is not attached to the target but is rather
just a normal assignment.
lib/libOPSCarchretrhook.$(SL):
LINK_LIBS:=
OPSCcomm
OPSCbase
errors
Should be:
lib/libOPSCarchretrhook.$(SL):
LINK_LIBS:=
OPSCcomm
OPSCbase
errors
You can find out where variables were assigned very easily by running make
with the "-p" option; this will print the entire database make used, and the
filename/linenumber where each was defined in the makefile.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?25578>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make