summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-03 21:36:36 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-03 21:36:36 +0000
commit55cce1c938c9a47e94f2a247aa57daf556184397 (patch)
tree6bf307ded74c1e15199d4bca22582a771070defe /isys
parent08a680ea8c322b4138f23cbdfd477907f091f6d2 (diff)
downloadanaconda-55cce1c938c9a47e94f2a247aa57daf556184397.tar.gz
anaconda-55cce1c938c9a47e94f2a247aa57daf556184397.tar.xz
anaconda-55cce1c938c9a47e94f2a247aa57daf556184397.zip
make clean shouldn't require a cvs up. now it won't
Diffstat (limited to 'isys')
-rw-r--r--isys/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 46339817b..1c88b441e 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -67,6 +67,12 @@ subdirs:
nfsmount.o: nfs_mountversion.h
+nfsmount.lo: nfs_mountversion.h
+ $(CC) -c $(CFLAGS) -fPIC -o nfsmount.lo nfsmount.c
+
+nfsmount.do: nfs_mountversion.h
+ $(DIET) $(CC) -c $(CFLAGS) -DDIET=1 "-Du_char=unsigned char" -o nfsmount.do nfsmount.c
+
nfs_mountversion.h: /usr/include/linux/nfs_mount.h
grep NFS_MOUNT_VERSION $< | sed -e 's/NFS/KERNEL_NFS/' > $@
@@ -76,3 +82,5 @@ depend: nfs_mountversion.h
ifeq (.depend,$(wildcard .depend))
include .depend
endif
+
+.PHONY: nfsmount.lo nfsmount.do