diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-09 14:49:35 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-09 14:49:35 +0000 |
commit | 38a2c24e6e576edb089ae74e48529015260e4dd8 (patch) | |
tree | a86513865493ca80b1f4b8b8c3788fd2bd6ea655 /mdk-stage1/Makefile | |
parent | 4ab4217cad713d92578079af72594d8f1876bf0a (diff) | |
download | drakx-backup-do-not-use-38a2c24e6e576edb089ae74e48529015260e4dd8.tar drakx-backup-do-not-use-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.gz drakx-backup-do-not-use-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.bz2 drakx-backup-do-not-use-38a2c24e6e576edb089ae74e48529015260e4dd8.tar.xz drakx-backup-do-not-use-38a2c24e6e576edb089ae74e48529015260e4dd8.zip |
move partition stuff in partition.c and common disk stuff in tools.c
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r-- | mdk-stage1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 9fd254c8b..0baa93765 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -110,7 +110,7 @@ STAGE1_NETWORK_LIBS = /usr/$(LIB)/libresolv.a endif #- stage1 itself -STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c lomount.c +STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c lomount.c partition.c CDROMSRC = cdrom.c DISKSRC = disk.c directory.c NETWORKSRC = network.c nfsmount.c dhcp.c url.c dns.c adsl.c directory.c |