1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Remove harmful dependency line for unit-tests.

This commit is contained in:
Micah Cowan 2009-09-02 11:27:13 -07:00
parent edc9055768
commit fcdf608fb2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-09-02 Micah Cowan <micah@cowan.name>
* Makefile.am (unit-tests): explicit dependency is
unnecessary (and harmful, as it overrides the automatic one).
2009-09-01 Micah Cowan <micah@cowan.name>
* Makefile.am (../src/libunittest.a): Make it a phony target,

View File

@ -124,7 +124,6 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \
check_PROGRAMS = unit-tests
unit_tests_SOURCES =
unit-tests: ../src/libunittest.a
LDADD = ../src/libunittest.a ../lib/libgnu.a @LIBSSL@ @LIBGNUTLS@ \
@MD5_LDADD@