mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
--- testsuite/Makefile.am.orig 2003-02-04 19:38:52 UTC
|
|
+++ testsuite/Makefile.am
|
|
@@ -5,7 +5,7 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
|
|
|
|
noinst_PROGRAMS = $(TS_PROGS) ex1 ex3 ex4
|
|
|
|
-LDADD = ../libargp.a
|
|
+LDADD = ../.libs/libargp.a
|
|
|
|
EXTRA_DIST = $(TS_SH) run-tests
|
|
CLEANFILES = test.out
|