diff options
author | Erik Troan <ewt@redhat.com> | 2001-11-15 14:47:41 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-11-15 14:47:41 +0000 |
commit | 5f980bc081ad98b387079779fc336eb720d2946f (patch) | |
tree | bd3ab536fba21c89b3ee928ce9e992766649aa9d /isys/Makefile | |
parent | c59dc9b741ad11bfe72930d8d26f3a5c686641bc (diff) | |
download | anaconda-5f980bc081ad98b387079779fc336eb720d2946f.tar.gz anaconda-5f980bc081ad98b387079779fc336eb720d2946f.tar.xz anaconda-5f980bc081ad98b387079779fc336eb720d2946f.zip |
oops
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/isys/Makefile b/isys/Makefile index 26f8cd0be..7eb18d6d2 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 OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \ @@ -37,7 +35,7 @@ endif everything: $(TARGET) -all: subdirs $(PYMODULES) libisys.a +all: subdirs $(PYMODULES) $(STATICLIB) %.lo: %.c $(CC) -c $(CFLAGS) -fPIC -o $@ $< |