Add missing dependency to Makefile
This commit is contained in:
parent
1506e5414f
commit
23c1e4456d
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ LDFLAGS=-lm
|
|||||||
gps-sdr-sim: gpssim.o
|
gps-sdr-sim: gpssim.o
|
||||||
${CC} $< ${LDFLAGS} -o $@
|
${CC} $< ${LDFLAGS} -o $@
|
||||||
|
|
||||||
gpssim.o: .user-motion-size
|
gpssim.o: .user-motion-size gpssim.h
|
||||||
|
|
||||||
.user-motion-size: .FORCE
|
.user-motion-size: .FORCE
|
||||||
@if [ -f .user-motion-size ]; then \
|
@if [ -f .user-motion-size ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user