X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=BlackBox%2F_Linux_%2FLin%2FMod%2Fgen-Ioctl%2FMakefile;h=26054ee29ba35346d8c91e407fe198e386473577;hb=fa3a8f992ea0a865bba31edbfed4c1ddb2bb9e63;hp=5fe037ad9bf60634bf1f3d0f27e3e1242d3c81b1;hpb=5ccaca6b745004c92048f40ae760e7294f9ae589;p=bbcp.git diff --git a/BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Makefile b/BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Makefile index 5fe037a..26054ee 100644 --- a/BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Makefile +++ b/BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Makefile @@ -9,16 +9,16 @@ INCDIR ?= /usr/include all: mkioctl Ioctl.txt PY = python2.7 -DEFS = defs-ioctl1 defs-ioctl +DEFS = defs-tiocm defs-ioctl defs-ioctl: mkioctl ./mkioctl > $@ -Ioctl.txt: Ioctl.txt.templ ${DEFS} +Ioctl.txt: Ioctl.txt.templ ${DEFS} libver osname machine ${PY} ./untempl.py Ioctl.txt.templ $@ -defs-ioctl1: - ./dumpdefs.py 3 0 s ${INCDIR}/i386-linux-gnu/bits/ioctl-types.h | grep TIOCM_ > $@ +defs-tiocm: + ./dumpdefs.py 2 0 s ${INCDIR}/i386-linux-gnu/bits/ioctl-types.h | grep TIOCM_ > $@ clean: rm -f mkioctl Ioctl.txt ${DEFS}