From ab10f17e126312b34443acb32bfb21fc4ebde601 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 2 Jun 2004 03:37:45 +0000 Subject: [PATCH] provide-fPIC-method-for-amd64-20040508 FIXES 3680 allow building fPIC on amd64 --- src/afsweb/Makefile.in | 2 +- src/des/Makefile.in | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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 -- 2.39.5