fix a few things so the ioctl list is generated
This commit is contained in:
parent
cd6aefcebc
commit
ac2a9283ec
@ -29,8 +29,8 @@ ioctlent.h: ioctlsort
|
||||
ioctlsort: ioctlsort.o
|
||||
$(CC) $(LDFLAGS) ioctlsort.o -o ioctlsort
|
||||
|
||||
ioctlsort.o: ioctlsort.c ioctdefs.h ioctls.h
|
||||
$(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c $(srcdir)/../ioctlsort.c
|
||||
ioctlsort.o: ioctlsort.c ioctldefs.h ioctls.h
|
||||
$(CC) $(WARNFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS) -c $<
|
||||
|
||||
ioctldefs.h ioctls.h: ioctlent.sh
|
||||
sh ioctlent.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user