From 19bfa1d4b5d08f470b69b3f9f17153cc38f8279b Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 12 Dec 2002 17:11:02 +0000 Subject: [PATCH] Ah, we don't even need the 'ls -1' - 'ls' suffices. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile.in b/server/Makefile.in index 7ac9b84895..d4ccf7a277 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -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 -- 2.40.0