diff --git a/makefile b/makefile index 6a2f5add4c..a3a9b30f58 100644 --- a/makefile +++ b/makefile @@ -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)))