]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - ppp/patches/0023-build-sys-make-pppd-first-and-then-plugins.patch
ppp: Update to 2.4.6.
[people/amarx/ipfire-3.x.git] / ppp / patches / 0023-build-sys-make-pppd-first-and-then-plugins.patch
CommitLineData
a373e543
SS
1From 1dc033327792ef51cb08e224b8d90e7d8571084d Mon Sep 17 00:00:00 2001
2From: Michal Sekletar <msekleta@redhat.com>
3Date: Wed, 9 Apr 2014 15:37:53 +0200
4Subject: [PATCH 23/23] build-sys: make pppd first and then plugins
5
6---
7 linux/Makefile.top | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/linux/Makefile.top b/linux/Makefile.top
11index 9a8945a..12210f2 100644
12--- a/linux/Makefile.top
13+++ b/linux/Makefile.top
14@@ -13,8 +13,8 @@ INSTALL= install
15
16 all:
17 cd chat; $(MAKE) $(MFLAGS) all
18- cd pppd/plugins; $(MAKE) $(MFLAGS) all
19 cd pppd; $(MAKE) $(MFLAGS) all
20+ cd pppd/plugins; $(MAKE) $(MFLAGS) all
21 cd pppstats; $(MAKE) $(MFLAGS) all
22 cd pppdump; $(MAKE) $(MFLAGS) all
23
24--
251.8.3.1
26