gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Remove generated source file gpsd_config.h when clean


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH] Remove generated source file gpsd_config.h when cleaning scons
Date: Fri, 3 Apr 2015 23:26:03 +0800

---
 SConstruct | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SConstruct b/SConstruct
index 046c09c..58566fe 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1176,7 +1176,8 @@ revision='#define REVISION "%s"\n' %(rev.strip(),)
 env.Textfile(target="revision.h", source=[revision])
 
 generated_sources = ['packet_names.h', 'timebase.h', 'gpsd.h', "ais_json.i",
-                     'gps_maskdump.c', 'revision.h', 'gpsd.php']
+                     'gps_maskdump.c', 'revision.h', 'gpsd.php',
+                     'gpsd_config.h']
 
 # leapseconds.cache is a local cache for information on leapseconds issued
 # by the U.S. Naval observatory. It gets kept in the repository so we can
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]