diff options
author | Mike Fulbright <msf@redhat.com> | 2000-04-03 16:20:50 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-04-03 16:20:50 +0000 |
commit | 0ba9398af74b865291ace832ab4afe8b9c54ef35 (patch) | |
tree | 8b52e950abd3f75ad70376f20239cbe08042d8e6 /isys/Makefile | |
parent | 1c8aed3e33b6bf94ab89cce9e643fc5935649e32 (diff) | |
download | anaconda-0ba9398af74b865291ace832ab4afe8b9c54ef35.tar.gz anaconda-0ba9398af74b865291ace832ab4afe8b9c54ef35.tar.xz anaconda-0ba9398af74b865291ace832ab4afe8b9c54ef35.zip |
(drmike) Removed legacy pci directory from build
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index 5e5d820ed..e62107917 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -10,7 +10,7 @@ STATICOBJS = otherinsmod.o STATICLIBS = /usr/lib/python1.5/site-packages/kudzumodule.so LOADLIBES = -lbz2 -lresolv -lz -lpci -lpopt -L../pump -lpump PYMODULES = _isys.so -SUBDIRS = pci +SUBDIRS = ifneq ($(ARCH),ia64) SUBDIRS += modutils |