From: Keith Packard Date: Tue, 19 Feb 2019 00:43:50 +0000 (-0800) Subject: altos/telefireone-v2.0: Remove build of ao_product.h from Makefile X-Git-Tag: 1.9.1~1^2~115^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=eaf2ee0f498b519d64e1664a2b8c66c52ac1497c altos/telefireone-v2.0: Remove build of ao_product.h from Makefile This is built in common code now. Signed-off-by: Keith Packard --- diff --git a/src/telefireone-v2.0/Makefile b/src/telefireone-v2.0/Makefile index 988f7867..b7cc4a88 100644 --- a/src/telefireone-v2.0/Makefile +++ b/src/telefireone-v2.0/Makefile @@ -76,13 +76,10 @@ OBJ=$(SRC:.c=.o) all: $(PROG) $(HEX) $(PROG): Makefile $(OBJ) altos.ld - $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS) + $(call quiet,CC) $(LDFLAGS) -o $(PROG) $(OBJ) $(LIBS) $(OBJ): $(INC) -ao_product.h: ao-make-product.5c ../Version - $(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@ - distclean: clean clean: