openbsd-ports/sysutils/e2fsprogs/patches/patch-tests_progs_Makefile_in

13 lines
480 B
Plaintext
Raw Normal View History

2008-11-22 06:06:15 -05:00
$OpenBSD: patch-tests_progs_Makefile_in,v 1.2 2008/11/22 11:06:15 ajacoutot Exp $
--- tests/progs/Makefile.in.orig Sun Feb 24 22:04:04 2002
+++ tests/progs/Makefile.in Sat Nov 22 11:56:10 2008
@@ -22,7 +22,7 @@ TEST_ICOUNT_OBJS= test_icount.o test_icount_cmds.o
SRCS= $(srcdir)/test_rel.c
LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
-DEPLIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
+DEPLIBS= $(DEPLIBEXT2FS) $(DEPLIBSS) $(DEPLIBCOM_ERR)
.c.o:
$(CC) -c $(ALL_CFLAGS) $< -o $@