]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Don't build pic64 cmd objs
authorSam Hartman <hartmans@debian.org>
Sun, 13 Apr 2003 21:29:53 +0000 (21:29 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 13 Apr 2003 21:29:53 +0000 (21:29 +0000)
acinclude.m4
debian/patch.build_pam
src/cmd/Makefile.in

index abbbaf8af9b242768fdb200734afe304c52d86b8..9b71f29dd5ee8e12e8ccd8150dfa342dbe375986 100644 (file)
@@ -441,7 +441,7 @@ else
                i?86-*-linux*)
                        AFS_SYSNAME="i386_linuxXX"
                        ;;
-               parisc-*-linux-gnu)
+               parisc-*-linux-gnu|hppa-*-linux-gnu)
                        AFS_SYSNAME="parisc_linuxXX"
                        ;;
                power*-ibm-aix4.2*)
index 8f591747a4b593bd4d95076264f261673718fc5a..d9e288183595f7b9bd09218ebb71ed8d9cf8d1e9 100644 (file)
@@ -95,7 +95,7 @@ diff -u -r1.7 Makefile.in
  
  
 -libcmd64.a: ${LIB64OBJS} AFS_component_version_number64.o
-+libcmd64.a: ${LIB64OBJS} AFS_component_version_number64.o $(PIC64OBJS)
++libcmd64.a: ${LIB64OBJS} AFS_component_version_number64.o 
        -$(RM) -f $@
        $(AR) crv $@ ${LIB64OBJS} AFS_component_version_number64.o
        $(RANLIB) $@
index 4ba3c1539e1772b7e9d7aaacaedaf8e0d7e92c58..fc133d9633f0a5da1880344bebb2cd6f1b3e1ea2 100644 (file)
@@ -61,7 +61,7 @@ cmd64.o: cmd.c cmd.h
        ${CC} ${OPTMZ} -I${TOP_SRCDIR}/config -I${TOP_INCDIR} ${XCFLAGS64} -c -o cmd64.o cmd.c
 
 
-libcmd64.a: ${LIB64OBJS} AFS_component_version_number64.o $(PIC64OBJS)
+libcmd64.a: ${LIB64OBJS} AFS_component_version_number64.o 
        -$(RM) -f $@
        $(AR) crv $@ ${LIB64OBJS} AFS_component_version_number64.o
        $(RANLIB) $@