chiark / gitweb /
Updated the Debian build system thanks to Ian Jackson for the
[wiringPi.git] / gpio / Makefile
index fa78421fd8713ece8a02040b8677e304fd03d70b..e998d8464be8b089af20e6c0179ffc74f6e7293f 100644 (file)
@@ -49,7 +49,7 @@ OBJ   =       $(SRC:.c=.o)
 all:           gpio
 
 version.h:     ../VERSION
-       ./newVersion
+       $Q echo Need to run newVersion above.
 
 gpio:  $(OBJ)
        $Q echo [Link]
@@ -97,3 +97,5 @@ depend:
        makedepend -Y $(SRC)
 
 # DO NOT DELETE
+
+gpio.o: version.h