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:
parent
edc9055768
commit
fcdf608fb2
@ -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,
|
||||
|
@ -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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user