summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-10-12 14:08:19 -0700
committerKeith Packard <keithp@keithp.com>2012-10-12 14:08:19 -0700
commit767b74e1466ad4e31746340081d6d60e40359425 (patch)
tree75c3c1eb4b316f3bef852fc90d739ca69bb5153b /src
parent64500ab11ab76d2309608f8e02a1dd9658963b3e (diff)
altos: Megametrum uses altitude-pa.h, not altitude.h
Make sure megametrum gets rebuilt as needed when the various altitude-pa related files change Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/megametrum-v0.1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile
index a93f6f17..0e0534a5 100644
--- a/src/megametrum-v0.1/Makefile
+++ b/src/megametrum-v0.1/Makefile
@@ -13,7 +13,7 @@ INC = \
ao_data.h \
ao_sample.h \
ao_pins.h \
- altitude.h \
+ altitude-pa.h \
ao_kalman.h \
ao_product.h \
ao_ms5607.h \
@@ -99,7 +99,7 @@ all: $(PROG)
$(PROG): Makefile $(OBJ) altos.ld
$(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(SAT_CLIB) -lgcc
-../altitude.h: make-altitude
+../altitude-pa.h: make-altitude-pa
nickle $< > $@
$(OBJ): $(INC)