summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-21 06:46:32 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-21 06:46:32 +0000
commita62a05d73eddd30e01a3fa2b11e06a4e84af20e1 (patch)
tree8bc85f0955e3bd8eeb89ef12259416447d9bb929 /mdk-stage1/Makefile
parent42d1acafe99b1432e6619a41cf787a50223af25e (diff)
downloaddrakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar.gz
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar.bz2
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.tar.xz
drakx-backup-do-not-use-a62a05d73eddd30e01a3fa2b11e06a4e84af20e1.zip
split directory specific functions and move them from disk.c to directory.c (will be used in NFS install)
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index b28708dab..f40e0ef1d 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -125,7 +125,7 @@ endif
#- stage1 itself
STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c
CDROMSRC = cdrom.c $(MOVE_ADDSRC)
-DISKSRC = disk.c lomount.c
+DISKSRC = disk.c directory.c lomount.c
NETWORKSRC = network.c nfsmount.c dhcp.c url.c dns.c adsl.c $(MOVE_ADDSRC)
ALLSRC = $(INITSRC) $(STAGE1SRC) $(CDROMSRC) $(DISKSRC) $(NETWORKSRC)