X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.linux;fp=chat%2FMakefile.linux;h=0732ec80dc2736431b1ec9178411ff0bd9e3d100;hp=1065ac51957632606a777711f222887a5f6a98d8;hb=a96702158e72c0d527a146940b983a366dbce464;hpb=d34159f417620eb7c481bf53f29fe04c86ccd223 diff --git a/chat/Makefile.linux b/chat/Makefile.linux index 1065ac5..0732ec8 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -18,7 +18,7 @@ INSTALL= install all: chat chat: chat.o - $(CC) -o chat chat.o + $(CC) $(LDFLAGS) -o chat chat.o chat.o: chat.c $(CC) -c $(CFLAGS) -o chat.o chat.c