X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=chat%2FMakefile.linux;h=1404e0b496464bf75dca6bfcc4da25c6b05d7ca4;hb=43c9218605e0d7302cc614063de8e7078acabe46;hp=31a567628f91cbe2bd5d9dd628f7c84c63fe2a51;hpb=8dab7e1cb378a55b57a7bca6bc66a7ecc091d41f;p=ppp.git diff --git a/chat/Makefile.linux b/chat/Makefile.linux index 31a5676..1404e0b 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,4 +1,4 @@ -# $Id: Makefile.linux,v 1.12 2004/10/31 21:27:24 paulus Exp $ +# $Id: Makefile.linux,v 1.13 2004/11/03 11:51:47 paulus Exp $ DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin @@ -10,7 +10,7 @@ CDEF3= -UNO_SLEEP # Use the usleep function CDEF4= -DFNDELAY=O_NDELAY # Old name value CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4) -COPTS= -O2 -g -pipe $(CDEFS) +COPTS= -O2 -g -pipe CFLAGS= $(COPTS) $(CDEFS) INSTALL= install