]> git.pond.sub.org Git - empserver/commitdiff
(info.nr/all, info.html/all.html): Don't pass -F to ls, it has no
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 15 Feb 2006 07:35:32 +0000 (07:35 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 15 Feb 2006 07:35:32 +0000 (07:35 +0000)
effect here.  Was mindlessly copied from old info/Makefile.

Make.mk

diff --git a/Make.mk b/Make.mk
index ac2cdb588830493524893ca7094798b965bc3059..ee6d1ee5611be5ff7ccadab7805326490c1c4398 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -267,11 +267,11 @@ $(ttop): $(tsubj)
        perl $(srcdir)/info/mktop.pl $@ $(filter %.t, $^)
 
 info.nr/all: $(filter-out info.nr/all, $(info.nr))
-       (cd info.nr && ls -CF $(info)) >$@
+       (cd info.nr && ls -C $(info)) >$@
 # FIXME shouldn't use ls
 
 info.html/all.html: $(filter-out info.html/all.html, $(info.html)) info/ls2html.pl
-       (cd info.html && ls -CF $(notdir $(info.html))) | expand | perl $(filter %.pl, $^) >$@
+       (cd info.html && ls -C $(notdir $(info.html))) | expand | perl $(filter %.pl, $^) >$@
 # FIXME shouldn't use ls
 
 $(info.nr): info/CRT.MAC info/INFO.MAC info/Blank.awk | info.nr