--- httpd-2.2.0/Makefile.in 2005-12-18 02:41:25.000000000 +0200 +++ httpd-2.2.0/Makefile.in 2005-12-18 02:38:31.000000000 +0200 @@ -1,5 +1,5 @@ -SUBDIRS = srclib os server modules support +SUBDIRS = os server modules support CLEAN_SUBDIRS = test PROGRAM_NAME = $(progname) --- httpd-2.4.1/configure.in.orig 2012-02-21 23:01:57.000000000 +0100 +++ httpd-2.4.1/configure.in 2012-02-21 23:04:58.222953514 +0100 @@ -751,7 +751,7 @@ [Allow IPv4 connections on IPv6 listening sockets]) fi -APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile) +APACHE_FAST_OUTPUT(Makefile modules/Makefile) APACHE_FAST_OUTPUT(os/Makefile server/Makefile) APACHE_FAST_OUTPUT(support/Makefile)