diff options
Diffstat (limited to 'dev-cpp/ice/files/ice-3.1-patches/ice-makefile-speedup.patch')
-rw-r--r-- | dev-cpp/ice/files/ice-3.1-patches/ice-makefile-speedup.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-cpp/ice/files/ice-3.1-patches/ice-makefile-speedup.patch b/dev-cpp/ice/files/ice-3.1-patches/ice-makefile-speedup.patch new file mode 100644 index 000000000000..6c00214968a8 --- /dev/null +++ b/dev-cpp/ice/files/ice-3.1-patches/ice-makefile-speedup.patch @@ -0,0 +1,17 @@ +--- Makefile.orig 2006-08-03 08:11:09.000000000 -0400 ++++ Makefile 2006-08-03 08:12:06.000000000 -0400 +@@ -11,7 +11,7 @@ + + include $(top_srcdir)/config/Make.rules + +-SUBDIRS = config src include test demo slice ++SUBDIRS = config src include slice + + INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir) $(install_slicedir) $(install_docdir) + +@@ -57,4 +57,5 @@ + fi + + test:: ++ @( cd test && $(MAKE) ) || exit 1 + @python $(top_srcdir)/allTests.py |