X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Frp-pppoe%2FMakefile.linux;fp=pppd%2Fplugins%2Frp-pppoe%2FMakefile.linux;h=2ffa1c079b3f0c1cb6ce424e61c4bb62da2ac356;hb=322e51c6ca0f3c5f897d3264cd4d3c1cc74842be;hp=5c8ecafc150dcf11bce0a44e589759f902d4ebf0;hpb=5c67c02eb224154d41739567d8ce3c6f79df2ece;p=ppp.git diff --git a/pppd/plugins/rp-pppoe/Makefile.linux b/pppd/plugins/rp-pppoe/Makefile.linux index 5c8ecaf..2ffa1c0 100644 --- a/pppd/plugins/rp-pppoe/Makefile.linux +++ b/pppd/plugins/rp-pppoe/Makefile.linux @@ -10,12 +10,14 @@ # This program may be distributed according to the terms of the GNU # General Public License, version 2 or (at your option) any later version. # -# $Id: Makefile.linux,v 1.5 2004/11/13 12:14:59 paulus Exp $ +# $Id: Makefile.linux,v 1.6 2004/11/14 07:58:37 paulus Exp $ #*********************************************************************** DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin -LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) +LIBDIR = $(DESTDIR)/lib/pppd/$(PPPDVERSION) + +PPPDVERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h) INSTALL = install