X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=chat%2FMakefile.linux;fp=chat%2FMakefile.linux;h=c4d6bf29721f9f8bb34f8a3b572bd75f0a77a141;hp=6568cbb77f4cc4ef8215eb10ba1fa8ceab70a705;hb=b289ec4c473338c67bce0cb5712616da2d2493e8;hpb=968c0d2221f53d7de4abf422caed01c079c20e2c diff --git a/chat/Makefile.linux b/chat/Makefile.linux index 6568cbb..c4d6bf2 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,4 +1,4 @@ -# $Id: Makefile.linux,v 1.9 1999/08/13 01:54:32 paulus Exp $ +# $Id: Makefile.linux,v 1.10 2004/01/13 03:57:55 paulus Exp $ CDEF1= -DTERMIOS # Use the termios structure CDEF2= -DSIGTYPE=void # Standard definition @@ -6,7 +6,8 @@ CDEF3= -UNO_SLEEP # Use the usleep function CDEF4= -DFNDELAY=O_NDELAY # Old name value CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4) -CFLAGS= -O2 -g -pipe $(CDEFS) +COPTS= -O2 -g -pipe $(CDEFS) +CFLAGS= $(COPTS) $(CDEFS) INSTALL= install