summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-09-19 15:41:32 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-09-19 15:41:32 +0000
commitbed819d228f2db4b588ce191437f8f1a5dce5419 (patch)
tree49f5c0e0e5fa5dc204d89c19002083e1a22a64bd /isys
parent9ffceb124e9cadaecab784d8217e787d88a776f7 (diff)
downloadanaconda-bed819d228f2db4b588ce191437f8f1a5dce5419.tar.gz
anaconda-bed819d228f2db4b588ce191437f8f1a5dce5419.tar.xz
anaconda-bed819d228f2db4b588ce191437f8f1a5dce5419.zip
* isys/Makefile: Make nltest target depend on str.o.
Diffstat (limited to 'isys')
-rw-r--r--isys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile
index f38df497d..d943e5c9d 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -82,7 +82,7 @@ nfsmount.do: nfs_mountversion.h
nfs_mountversion.h: /usr/include/linux/nfs_mount.h
grep NFS_MOUNT_VERSION $< | sed -e 's/NFS/KERNEL_NFS/' > $@
-nltest: nl.c nl.h
+nltest: str.o nl.c nl.h
$(CC) -c $(CFLAGS) -DTESTING nl.c -o nl.o
$(CC) -DTESTING nl.o -o nl $(LOADLIBES) str.o