From: Peter Johnson Date: Tue, 8 Oct 2002 08:54:04 +0000 (-0000) Subject: bitvect_test doesn't need any sources besides itself and check. X-Git-Tag: v0.2.0~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88471b0611fd79db3821b7ba1d44fd940da0a921;p=yasm bitvect_test doesn't need any sources besides itself and check. svn path=/trunk/yasm/; revision=755 --- diff --git a/libyasm/tests/Makefile.inc b/libyasm/tests/Makefile.inc index 8f41f2f7..a4e6a792 100644 --- a/libyasm/tests/Makefile.inc +++ b/libyasm/tests/Makefile.inc @@ -11,11 +11,6 @@ noinst_PROGRAMS += \ bitvect_test_CFLAGS = bitvect_test_SOURCES = \ src/tests/bitvect_test.c \ - $(YASMPARSERFILES) \ - $(YASMPREPROCFILES) \ - $(YASMOPTIMIZERFILES) \ - $(YASMOBJFMTFILES) \ - $(YASMARCHFILES) \ $(CHECKFILES) bitvect_test_LDFLAGS = bitvect_test_LDADD = libyasm.la @LIBLTDL@ @LIBOBJS@ $(INTLLIBS) @LIBADD_DL@ diff --git a/src/tests/Makefile.inc b/src/tests/Makefile.inc index 8f41f2f7..a4e6a792 100644 --- a/src/tests/Makefile.inc +++ b/src/tests/Makefile.inc @@ -11,11 +11,6 @@ noinst_PROGRAMS += \ bitvect_test_CFLAGS = bitvect_test_SOURCES = \ src/tests/bitvect_test.c \ - $(YASMPARSERFILES) \ - $(YASMPREPROCFILES) \ - $(YASMOPTIMIZERFILES) \ - $(YASMOBJFMTFILES) \ - $(YASMARCHFILES) \ $(CHECKFILES) bitvect_test_LDFLAGS = bitvect_test_LDADD = libyasm.la @LIBLTDL@ @LIBOBJS@ $(INTLLIBS) @LIBADD_DL@