Remove ENABLE_TESTS ifdef, so this works for --disable-tests. (mcafee)

git-svn-id: svn://10.0.0.236/trunk@137930 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld%netscape.com 2003-02-18 02:52:48 +00:00
parent 6e5c32e1b4
commit 7433951fad

View File

@ -33,8 +33,6 @@ endif
include $(topsrcdir)/config/rules.mk
ifdef ENABLE_TESTS
# Install bloaturls.txt file for tinderbox bloat test.
libs:: bloaturls.txt
$(INSTALL) $< $(DIST)/bin
@ -44,5 +42,3 @@ libs:: bloaturls.txt
# autocycling of URLs.
libs:: bloatcycle.html
$(INSTALL) $< $(DIST)/bin/res
endif