More small fixes, new dependencies generated

Tue, 29 Jul 2014 21:33:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 29 Jul 2014 21:33:38 +0200
changeset 149
f019ea6a9d31
parent 148
2963396de9b5
child 150
1e0a698401df
child 151
ab90da2da45d

More small fixes, new dependencies generated

dht11/Makefile file | annotate | diff | comparison | revisions
thermometers/thermometers.c file | annotate | diff | comparison | revisions
--- a/dht11/Makefile	Tue Jul 29 21:31:36 2014 +0200
+++ b/dht11/Makefile	Tue Jul 29 21:33:38 2014 +0200
@@ -53,5 +53,5 @@
 
 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
 # Dependencies generated by make depend
-dht11.o: dht11.h
+dht11.o: ../config.h dht11.h
 # End of generated dependencies
--- a/thermometers/thermometers.c	Tue Jul 29 21:31:36 2014 +0200
+++ b/thermometers/thermometers.c	Tue Jul 29 21:33:38 2014 +0200
@@ -208,9 +208,9 @@
 
 int server(void)
 {
-    char                buf[1024];
     int                 temp, rc = 0;
 #ifdef HAVE_WIRINGPI_H
+    char		buf[1024];
     int			lcdupdate;
 #endif
     w1_therm		*tmp1;

mercurial