diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-10-23 20:56:50 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-10-23 20:56:50 +0000 |
commit | 967b0b22f1371e52fd086779f018211ea9eafc56 (patch) | |
tree | e6c0c9e90995824a25c7447f6473810a9fc5959b /isys | |
parent | bc782199a42de665534ca69bf066f331062de372 (diff) | |
download | anaconda-967b0b22f1371e52fd086779f018211ea9eafc56.tar.gz anaconda-967b0b22f1371e52fd086779f018211ea9eafc56.tar.xz anaconda-967b0b22f1371e52fd086779f018211ea9eafc56.zip |
this is done in Makefile.inc
Diffstat (limited to 'isys')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/Makefile b/isys/Makefile index cf2202aba..e630f4e22 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -1,7 +1,5 @@ include ../Makefile.inc -ARCH := $(patsubst i%86,i386,$(shell uname -m)) -ARCH := $(patsubst sparc%,sparc,$(ARCH)) CFLAGS = -ffunction-sections -I$(PYTHONINCLUDE) -I.. -Wall -Os -g -DHAVE_NFS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \ |