altos/telefireone-v2.0: Remove build of ao_product.h from Makefile
authorKeith Packard <keithp@keithp.com>
Tue, 19 Feb 2019 00:43:50 +0000 (16:43 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 22 Feb 2019 03:40:08 +0000 (19:40 -0800)
This is built in common code now.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telefireone-v2.0/Makefile

index 988f7867ef2a97d93e224d1d814ad453d4b690bf..b7cc4a88523b93f3e63dab4da25a6be62085ee14 100644 (file)
@@ -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: