From c06b3d51f200bcf25eac6630024d3f66bdf79a62 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 21 Nov 2005 00:50:58 +0000 Subject: [PATCH] actually include extra code pages (wrong number of dollar signs --- cebpic/manypics.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cebpic/manypics.make b/cebpic/manypics.make index 9dbb085..ce76b8e 100644 --- a/cebpic/manypics.make +++ b/cebpic/manypics.make @@ -11,13 +11,13 @@ TARGETS += $$(foreach i, $$(PICNOS), $(1)+entire$$i.hex) $(1)_CODEHEX= $$(foreach panel, $$(XCODEN_$(1)), $(1)+$$(panel).hex) \ $$(foreach panel, $$(XCODE1_$(1)), $$(panel).hex) -$(1)+code.hex: $(1)+program.hex $($(1)_CODEHEX) +$(1)+code.hex: $(1)+program.hex $$($(1)_CODEHEX) $$(MERGEHEX) -$(1)+entire%.hex: $(1)+program.hex $($(1)_CODEHEX) idlocs%.hex config.hex +$(1)+entire%.hex: $(1)+program.hex $$($(1)_CODEHEX) idlocs%.hex config.hex $$(MERGEHEX) -$(1)+program.hex: $(1).o $(OBJS_$(prog)) $(LIBS) +$(1)+program.hex: $(1).o $$(OBJS_$(prog)) $$(LIBS) $$(LINK) endef -- 2.30.2