X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=chat%2FMakefile.linux;h=0732ec80dc2736431b1ec9178411ff0bd9e3d100;hb=3ea9de913739667e2131d67d979ff175ec394e67;hp=1065ac51957632606a777711f222887a5f6a98d8;hpb=f59ff103bcb3096e4678625d4d0481f808fd4844;p=ppp.git 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