From: Derrick Brashear Date: Wed, 2 Jun 2004 03:37:45 +0000 (+0000) Subject: provide-fPIC-method-for-amd64-20040508 X-Git-Tag: openafs-devel-1_3_65~87 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ab10f17e126312b34443acb32bfb21fc4ebde601;p=packages%2Fo%2Fopenafs.git provide-fPIC-method-for-amd64-20040508 FIXES 3680 allow building fPIC on amd64 --- diff --git a/src/afsweb/Makefile.in b/src/afsweb/Makefile.in index f5080e806..7f4d0c757 100644 --- a/src/afsweb/Makefile.in +++ b/src/afsweb/Makefile.in @@ -168,7 +168,7 @@ LIBOBJS=$(LIBCOMMON_OBJS) $(LIBAPACHE_OBJS) OBJS=$(LIBOBJS) apache_afs_weblog.o weblog.o .c.o: - $(CC) -c $(CFLAGS) $(AFS_INCL) $(AUX_CFLAGS) $< + $(CCOBJ) -c $(CFLAGS) $(AFS_INCL) $(AUX_CFLAGS) $< weblog: weblog.o $(APACHE_AFS_COMMON_LIB) $(DCE_ADK_LIB) diff --git a/src/des/Makefile.in b/src/des/Makefile.in index ac46e5d2a..9dbefd946 100644 --- a/src/des/Makefile.in +++ b/src/des/Makefile.in @@ -53,9 +53,6 @@ all: \ # # Build rules # -.c.o: - ${CC} -c ${CFLAGS} $< - libdes.a: ${OBJS} AFS_component_version_number.o $(RM) -f libdes.a $(AR) crv libdes.a ${OBJS} AFS_component_version_number.o