remove unused definition from makefile

This commit is contained in:
Joel Dice 2009-10-13 19:40:39 -06:00
parent c3824b0108
commit 0ae02511c6

View File

@ -254,7 +254,6 @@ ifdef msvc
strip = :
endif
cpp-program = $(patsubst $(2)/%.cpp,$(3)/%,$(1))
cpp-objects = $(foreach x,$(1),$(patsubst $(2)/%.cpp,$(3)/%.o,$(x)))
asm-objects = $(foreach x,$(1),$(patsubst $(2)/%.S,$(3)/%-asm.o,$(x)))
java-classes = $(foreach x,$(1),$(patsubst $(2)/%.java,$(3)/%.class,$(x)))