* linux/Makefile.in (ioctldefs.h ioctls.h): Use $(SHELL) instead of
sh, and use $(srcdir) to find the script.
* linux/powerpc/Makefile.in (ioctlent.raw): Find ioctlent.sh in ../.
(ioctlsort.o): Use ../ioctlsort.c, not ../../ioctlsort.c.
* linux/x86_64/Makefile.in (headers): Renamed to all.
* linux/alpha/Makefile.in: Add empty install target.
* linux/x86_64/Makefile.in: Likewise.
* linux/powerpc/Makefile.in: Likewise.
* linux/Makefile.in: Likewise.
includedir = @includedir@
-all: ioctlent.h errnoent.h signalent.h syscallent.h
-
ia32headers= syscallent1.h syscall1.h signalent1.h ioctls1.h \
ioctlent1.h ioctldefs1.h errnoent1.h dummy1.h
-headers: $(ia32headers)
+all: $(ia32headers)
$(ia32headers):
$(SHELL) ./makeheaders.sh
rm -f Makefile
maintainer-clean: distclean
+
+install: