X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=wiringPi.git;a=blobdiff_plain;f=gpio%2FMakefile;h=e998d8464be8b089af20e6c0179ffc74f6e7293f;hp=fa78421fd8713ece8a02040b8677e304fd03d70b;hb=170dce5f1939a3629bbc2329c5557cbaa0bc278f;hpb=a776e6b0e834189b69bd5d33a9bcc5e07ad6cc03 diff --git a/gpio/Makefile b/gpio/Makefile index fa78421..e998d84 100644 --- a/gpio/Makefile +++ b/gpio/Makefile @@ -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