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

This commit is contained in:
cltbld%netscape.com 2003-02-18 02:52:48 +00:00
Родитель 442aeeb97a
Коммит 5ff140a807
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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