diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-13 15:52:38 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-13 15:52:38 +0000 |
commit | b3c2325d5d9382e6d566a2265a5ab677d9bfdd43 (patch) | |
tree | 02aa504cd5f5e975e165bf1b8f407757fe6ac615 /packages/linux_make/Makefile | |
parent | c77d3bf998280eb35c47dff3112856a486e259f2 (diff) |
commented out test line that was printing errors in the nightly builds
svn path=/trunk/; revision=11761
Diffstat (limited to 'packages/linux_make/Makefile')
-rwxr-xr-x | packages/linux_make/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 5b0244f5..c161c1e1 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -206,8 +206,8 @@ test_locations: @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" @echo -------------------------------------------------- - @echo "PACKAGE_DEPENDS $(PACKAGE_DEPENDS)" - @echo -------------------------------------------------- +# @echo "PACKAGE_DEPENDS $(PACKAGE_DEPENDS)" +# @echo -------------------------------------------------- autoconf --version @echo -------------------------------------------------- make --version |