diff options
author | Paul Mackerras <paulus@samba.org> | 2001-05-23 03:39:50 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2001-05-23 03:39:50 +0000 |
commit | e59b06f904eb25935f8223c80bb1f07dab26933e (patch) | |
tree | 4bcbdf10115df0c87e527a1f11dcabd08b829b22 | |
parent | cc593def97b4f6f271fad15805b61c4773c4e30a (diff) | |
download | ppp-e59b06f904eb25935f8223c80bb1f07dab26933e.tar.gz |
fix comment
-rw-r--r-- | pppd/Makefile.linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 3061346..64218a4 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.41 2001/03/08 05:00:35 paulus Exp $ +# $Id: Makefile.linux,v 1.42 2001/05/23 03:39:50 paulus Exp $ # # Default installation locations @@ -20,7 +20,7 @@ PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \ all: pppd # -# include dependancies if present and backup if as a header file +# include dependencies if present ifeq (.depend,$(wildcard .depend)) include .depend endif |