Comment 11 for bug 724310

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Hello tarun again

I was going a bit insane over this change

+- $(CC) $(LDFLAGS) -o $(EXNAME) $(SOURCES:.c=.o)
++ $(CC) $(LDFLAGS) -o $(EXNAME) $(SOURCES:.c=.o) $(LIBS)

when you have removed LDFLAGS why are you linking it again? If its required, then please explain the purpose of the change

regards and thanks