summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/Makefile6
-rw-r--r--perl-install/c/Makefile.PL2
2 files changed, 4 insertions, 4 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 59a5fdbba..267039f9e 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -49,7 +49,7 @@ top_dir = .
include $(top_dir)/Makefile.common
include $(top_dir)/../Makefile.config
ARCHDIR=$(ARCH)
-ifeq (i386, $(ARCH))
+iefeq (i386, $(ARCH))
ARCHDIR=i586
endif
@@ -136,11 +136,11 @@ endif
ifeq (i386,$(ARCH))
PCMCIA_LIB = pcmcia/libpcmcia.a sysfs/libsysfs.a
-PCMCIA_DEFS = -DENABLE_PCMCIA
+PCMCIA_DEFS =
endif
ifeq (x86_64,$(ARCH))
PCMCIA_LIB = pcmcia/libpcmcia.a sysfs/libsysfs.a
-PCMCIA_DEFS = -DENABLE_PCMCIA
+PCMCIA_DEFS =
endif
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL
index 43c0d5587..ea99f60bb 100644
--- a/perl-install/c/Makefile.PL
+++ b/perl-install/c/Makefile.PL
@@ -9,7 +9,7 @@ my $lib = arch() =~ /x86_64/ ? 'lib64' : 'lib';
my $libs = '-lldetect -lparted';
#my $pcmcia_probe_o = "/usr/$lib/drakx-installer-binaries/pcmcia_probe.o";
-my $pcmcia_probe_o = "../../mdk-stage1/pcmcia/pcmcia_probe.o";
+#my $pcmcia_probe_o = "../../mdk-stage1/pcmcia/pcmcia_probe.o";
WriteMakefile(
'NAME' => 'stuff',