fix a few things so the ioctl list is generated

This commit is contained in:
Wichert Akkerman 2001-08-03 21:49:14 +00:00
parent cd6aefcebc
commit ac2a9283ec

View File

@ -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