From 8474f213f5c5025b1108c3c661c1f4f1ec6a6df7 Mon Sep 17 00:00:00 2001 From: tangstad Date: Wed, 9 Nov 2005 20:27:40 +0000 Subject: [PATCH] Removed references to PCX in the makefile as they're not currently used. --- gba/logosplash/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gba/logosplash/Makefile b/gba/logosplash/Makefile index 9b813f4..d172c22 100644 --- a/gba/logosplash/Makefile +++ b/gba/logosplash/Makefile @@ -71,7 +71,6 @@ export DEPSDIR := $(CURDIR)/$(BUILD) CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c))) CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp))) SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s))) -PCXFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.pcx))) BINFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.bin))) #--------------------------------------------------------------------------------- @@ -127,10 +126,6 @@ $(OUTPUT).gba : $(OUTPUT).elf $(OUTPUT).elf : $(OFILES) -%.o : %.pcx - @echo $(notdir $<) - @$(bin2o) - %.o : %.bin @echo $(notdir $<) @$(bin2o)