From e396d6cb00469cfa5a52ad899d0f0c9f9a46997d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 12 May 2010 16:14:19 -0700 Subject: [PATCH] cmenu: remove obsolete Makefile rules Remove Makefile rules which were both redundant (../MCONFIG contains the rules in a central manner) and just plain wrong. Signed-off-by: H. Peter Anvin --- com32/cmenu/Makefile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile index 0ede58d..794af74 100644 --- a/com32/cmenu/Makefile +++ b/com32/cmenu/Makefile @@ -39,21 +39,6 @@ MENUS = $(CMENUS) $(IMENUS) %.c: %.menu adv_menu.tpl python menugen.py --input=$< --output=$@ --template=adv_menu.tpl -.PRECIOUS: %.o -%.o: %.S - $(CC) $(MAKEDEPS) $(SFLAGS) -c -o $@ $< - -.PRECIOUS: %.o -%.o: %.c %.h - $(CC) $(MAKEDEPS) $(CFLAGS) -c -o $@ $< - -.PRECIOUS: %.elf -%.elf: %.o libmenu/libmenu.a $(LIBS) - $(LD) $(LDFLAGS) -o $@ $^ - -%.c32: %.elf - $(OBJCOPY) -O binary $< $@ - all: menus libmenu/libmenu.a: $(LIBMENU) -- 2.7.4