altos/telefireone-v1.0: Clean up Makefile
authorKeith Packard <keithp@keithp.com>
Tue, 19 Feb 2019 00:23:13 +0000 (16:23 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 19 Feb 2019 00:23:13 +0000 (16:23 -0800)
Follow other projects and remove common bits which are now in
Makefile.defs

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

index 7878a0ea4034b559a1c715a70c6babbed84b85f6..b2e7eec48af6895e2dc074c90abbba558e698f33 100644 (file)
@@ -75,13 +75,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: