diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-17 16:53:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-17 16:53:32 +0000 |
commit | 067ea25e278d221724425e492452d4341ab2e669 (patch) | |
tree | 6abef88f0bf831cd6316cc5adbb550d337c7275a /mdk-stage1/Makefile | |
parent | 93796296016933af1c23f13fc2ae6d5f62299527 (diff) | |
download | drakx-067ea25e278d221724425e492452d4341ab2e669.tar drakx-067ea25e278d221724425e492452d4341ab2e669.tar.gz drakx-067ea25e278d221724425e492452d4341ab2e669.tar.bz2 drakx-067ea25e278d221724425e492452d4341ab2e669.tar.xz drakx-067ea25e278d221724425e492452d4341ab2e669.zip |
don't write nonsense code to separate frontend from stage1,
but rather, try to do some clever things
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r-- | mdk-stage1/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 5dbef79af..75857a408 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -79,7 +79,7 @@ STAGE1_NETWORK_LIBS = endif #- stage1 itself -STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c +STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c CDROMSRC = cdrom.c DISKSRC = disk.c lomount.c NETWORKSRC = network.c nfsmount.c dhcp.c url.c dns.c @@ -174,9 +174,6 @@ $(STAGE1OBJS-NETWORK): %-NETWORK.o: %.c .depend $(INITOBJS): %.o: %.c $(COMPILE) $(INIT_DEFS) -c $< -$(FRONTEND_OBJS): %.o: %.c - $(COMPILE) $(INCLUDES) -D__FRONTEND_NEED_BACKEND__ -c $< - .c.o: .depend $(COMPILE) $(INCLUDES) $(PCMCIA_DEFS) -c $< |