diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-16 19:12:44 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-16 19:12:44 +0000 |
commit | 31a6fe5c9c18f9d3021a2ac023582cd15fc35b27 (patch) | |
tree | 7c0ed70abed803db43d45515175435aec79d0b3c | |
parent | 9cf93b7b9343373676c1a46055acf062b833f829 (diff) | |
download | drakx-31a6fe5c9c18f9d3021a2ac023582cd15fc35b27.tar drakx-31a6fe5c9c18f9d3021a2ac023582cd15fc35b27.tar.gz drakx-31a6fe5c9c18f9d3021a2ac023582cd15fc35b27.tar.bz2 drakx-31a6fe5c9c18f9d3021a2ac023582cd15fc35b27.tar.xz drakx-31a6fe5c9c18f9d3021a2ac023582cd15fc35b27.zip |
partition.c is used only in disk installs for now
-rw-r--r-- | mdk-stage1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 134aaf2a8..ffe6bc254 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -110,9 +110,9 @@ 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 partition.c thirdparty.c +STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c lomount.c thirdparty.c CDROMSRC = cdrom.c -DISKSRC = disk.c directory.c +DISKSRC = disk.c directory.c partition.c NETWORKSRC = network.c nfsmount.c dhcp.c url.c dns.c adsl.c directory.c # use sort to remove duplicates |