]> granicus.if.org Git - strace/commitdiff
2002-12-22 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 00:51:23 +0000 (00:51 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 00:51:23 +0000 (00:51 +0000)
* 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.

linux/x86_64/Makefile.in

index 32acf799e3bd3936317b2fdb687a84129e9bd6c4..2e0378cf73124262dfb248db37d9f06563702d45 100644 (file)
@@ -21,12 +21,10 @@ INCLUDES = -I. -I.. -I$(srcdir)/.. -I../.. -I$(srcdir)
 
 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
@@ -38,3 +36,5 @@ distclean: clean
        rm -f Makefile
 
 maintainer-clean: distclean
+
+install: