]> granicus.if.org Git - apache/commitdiff
Ah, we don't even need the 'ls -1' - 'ls' suffices.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 12 Dec 2002 17:11:02 +0000 (17:11 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 12 Dec 2002 17:11:02 +0000 (17:11 +0000)
Submitted by: Ben Laurie

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

server/Makefile.in

index 7ac9b848952b9bb416f707aef90ef4bebdb542b7..d4ccf7a2772ff6aeaddd0b6a0e9f2c770e415f0d 100644 (file)
@@ -47,7 +47,7 @@ export_files:
        tmp=export_files_unsorted.txt; \
        rm -f $$tmp && touch $$tmp; \
        for dir in $(EXPORT_DIRS); do \
-           ls -1 $$dir/*.h >> $$tmp; \
+           ls $$dir/*.h >> $$tmp; \
        done; \
        sort -u $$tmp > $@; \
        rm -f $$tmp