]> granicus.if.org Git - yasm/commitdiff
bitvect_test doesn't need any sources besides itself and check.
authorPeter Johnson <peter@tortall.net>
Tue, 8 Oct 2002 08:54:04 +0000 (08:54 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 8 Oct 2002 08:54:04 +0000 (08:54 -0000)
svn path=/trunk/yasm/; revision=755

libyasm/tests/Makefile.inc
src/tests/Makefile.inc

index 8f41f2f7d825111a0ca95045cd7672dcc8f68d09..a4e6a792d378a46879f73a93e00bbc2032319aa7 100644 (file)
@@ -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@
index 8f41f2f7d825111a0ca95045cd7672dcc8f68d09..a4e6a792d378a46879f73a93e00bbc2032319aa7 100644 (file)
@@ -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@