summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-08-17 18:46:11 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-08-17 18:46:11 +0000
commit62606bbe2abe04d3acc30fd809124b711c9dfe48 (patch)
tree438e0e7db900297356e41fc0f9da9388245e82f0 /Makefile.am
parent606c667f37b2202517905fab0e585171d4bc76a7 (diff)
downloadgpsd-62606bbe2abe04d3acc30fd809124b711c9dfe48.tar.gz
splint cleanup after integrating cgps.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 03be47a0..587801c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -252,6 +252,8 @@ splint:
-splint -redef $(gpsd_SOURCES) $(libgps_c_sources)
@echo "Running splint on xgps..."
-splint -exportlocal $(xgps_SOURCES)
+ @echo "Running splint on cgps..."
+ -splint -exportlocal $(cgps_SOURCES)
@echo "Running splint on xgpsspeed..."
-splint -exportlocal $(xgpsspeed_c_sources)
@echo "Running splint on sirfmon..."