diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-21 18:12:38 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-21 18:12:38 +0000 |
commit | ecec080802ee106a19eab47433a92a3f1f473ae2 (patch) | |
tree | e516741abdb7a6ecd9f3b039f0cfedb05b125ada | |
parent | fa2db9f420de698c5aaca331d62761517a68764a (diff) | |
download | drakx-ecec080802ee106a19eab47433a92a3f1f473ae2.tar drakx-ecec080802ee106a19eab47433a92a3f1f473ae2.tar.gz drakx-ecec080802ee106a19eab47433a92a3f1f473ae2.tar.bz2 drakx-ecec080802ee106a19eab47433a92a3f1f473ae2.tar.xz drakx-ecec080802ee106a19eab47433a92a3f1f473ae2.zip |
*** empty log message ***
-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 dfb32255c..bb63f5c07 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -120,7 +120,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 +CDROMSRC = cdrom.c $(MOVE_ADDSRC) DISKSRC = disk.c lomount.c NETWORKSRC = network.c nfsmount.c dhcp.c url.c dns.c adsl.c $(MOVE_ADDSRC) |