]> granicus.if.org Git - apache/commitdiff
Throw out export_files if exports.c is out-of-date as well.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 28 Jan 2003 18:50:02 +0000 (18:50 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 28 Jan 2003 18:50:02 +0000 (18:50 +0000)
This should remove the requirement to run extraclean when we change a header
file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98518 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index 91416ebb2ca1106c69a2c3b1b60958ff4496251f..bca9b6b15174102fb2c2ebb1991da6e9e8e7a75d 100644 (file)
@@ -38,8 +38,8 @@ delete-exports: export_files
            headers="`find $$files -newer exports.c`"; \
            if test -n "$$headers"; then \
                echo Found newer headers. Will rebuild exports.c.; \
-               echo rm -f exports.c; \
-               rm -f exports.c; \
+               echo rm -f exports.c exports_files; \
+               rm -f exports.c export_files; \
            fi; \
        fi