summaryrefslogtreecommitdiff
path: root/src/Makefile.proto
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2010-08-27 03:08:53 -0600
committerBdale Garbee <bdale@gag.com>2010-08-27 03:08:53 -0600
commitc443f43f8dee6e0fcbcecf9d09e948fd928b7af4 (patch)
tree653fe6ba91e165aaf8a6b4eef17602c5f1bd62a9 /src/Makefile.proto
parent295043112ccde35092945c286596f9045ee6fa05 (diff)
parent2923cf5057f9cef110dd547d8677ea5b60e00796 (diff)
Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
Diffstat (limited to 'src/Makefile.proto')
-rw-r--r--src/Makefile.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto
index 8bc8b0e1..59a3b8a6 100644
--- a/src/Makefile.proto
+++ b/src/Makefile.proto
@@ -214,9 +214,11 @@ all: ../$(PROG)
../altitude.h: make-altitude
nickle $< > $@
-ao_product.h: ao-make-product.5c
+ao_product.h: ao-make-product.5c always
$(call quiet,NICKLE,$<) $< -m altusmetrum.org -i $(IDPRODUCT) -p $(PRODUCT) -v $(VERSION) > $@
+always:
+
ao_product.rel: ao_product.c ao_product.h
$(call quiet,CC) -c $(CFLAGS) -D PRODUCT_DEFS='\"ao_product.h\"' -o$@ $<