From ad33d9f8aa3033d8871bfae24f8d0a3dcd4f15c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 19 Aug 2003 08:57:01 +0000 Subject: Build ppp stuff on AMD64 too --- mdk-stage1/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 4016231c3..372149e43 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -179,10 +179,7 @@ endif ifeq (x86_64, $(ARCH)) DIRS = dietlibc endif -DIRS += mar pci-resource usb-resource bzlib $(INSMOD) slang newt -ifneq (x86_64, $(ARCH)) -DIRS += ppp/pppd rp-pppoe/src -endif +DIRS += mar pci-resource usb-resource bzlib $(INSMOD) slang newt ppp/pppd rp-pppoe/src ifeq (i386, $(ARCH)) DIRS += pcmcia_ endif -- cgit v1.2.1