diff options
author | Jim Jagielski <jim@apache.org> | 2013-12-23 17:35:18 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2013-12-23 17:35:18 +0100 |
commit | 9e645ff241fc88518e427baeff187deef4a98202 (patch) | |
tree | fb107d89f6b773c0e46bd93ab72932e1916c81f0 /Makefile.in | |
parent | Allow user to explicitly determine whether or not BSD syntax (diff) | |
download | apache2-9e645ff241fc88518e427baeff187deef4a98202.tar.xz apache2-9e645ff241fc88518e427baeff187deef4a98202.zip |
we need to remove this fluff as well
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1553146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6780d9eba1..0779d7c735 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_layout.h \ include/apache_probes.h \ modules.c config.cache config.log config.status build/config_vars.mk \ build/rules.mk docs/conf/httpd.conf docs/conf/extra/*.conf shlibtool \ - build/pkg/pkginfo build/config_vars.sh + build/pkg/pkginfo build/config_vars.sh bsd_converted EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists \ httpd.spec |