Updated dependencies

Sat, 31 May 2014 11:48:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 31 May 2014 11:48:49 +0200
changeset 59
da4837cc3573
parent 58
e8e7b46b705b
child 60
dc3d953a218f

Updated dependencies

.hgignore file | annotate | diff | comparison | revisions
thermometers/Makefile file | annotate | diff | comparison | revisions
--- a/.hgignore	Sat May 31 11:47:23 2014 +0200
+++ b/.hgignore	Sat May 31 11:48:49 2014 +0200
@@ -16,3 +16,4 @@
 *.o
 */filelist
 www/*
+Makefile.bak
--- a/thermometers/Makefile	Sat May 31 11:47:23 2014 +0200
+++ b/thermometers/Makefile	Sat May 31 11:48:49 2014 +0200
@@ -53,8 +53,8 @@
 
 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
 # Dependencies generated by make depend
-rdconfig.o: thermometers.h
-xutil.o: thermometers.h
+thermometers.o: thermometers.h
 lcd-pcf8574.o: thermometers.h
-thermometers.o: thermometers.h
+xutil.o: thermometers.h
+rdconfig.o: thermometers.h
 # End of generated dependencies

mercurial