Hi make owners  :),
 
Recently I got a problem in using make.
My code segment is below:
---------------------------------------------------------------------------------
$(RELEASE_DIR)/temp/%.o: %.cpp
    ${CC} ${CFLAGS} -c -o $@ $<;
---------------------------------------------------------------------------------
 
For the above code, I just want all the generated object files redirected to $(RELEASE_DIR)/temp directory,
but these object files are all directed to $(RELEASE_DIR) directory.
 
Is it a design issue or a bug? Hope you can clarify and help me.
 
Regards,
Yan Zhao Liu.
------------------------------
Platform Computing Symphony Software Developer at IBM
-------------------------------

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to