]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:33:03 +0000 (19:33 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:33:03 +0000 (19:33 +0000)
man/Makefile.in
src/Makefile.in

index 8c031e2d56195eea829a3d53816104fda6e1d988..6f2122958d405b0e113c1b769ddf1d81ab42c97f 100644 (file)
@@ -479,7 +479,7 @@ check-local: check-x-vs-1
 # corresponding .1 file in the definition of $(dist_man_MANS) above.
 .PHONY: check-x-vs-1
 check-x-vs-1:
-       PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH;                        \
+       PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH;                \
        t=ls-files.$$$$;                                                \
        (cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | sort > $$t;     \
        echo $(dist_man_MANS) | fmt -w1 | sed 's/\.1$$//' | sort -u     \
index 546c7bf29c320477cdbc1ac0b722d8c5d9ad6272..cb193760b827e0710441864ecb278dd9cfc6ad45 100644 (file)
@@ -175,7 +175,7 @@ noinst_HEADERS = \
   wheel.h wheel-size.h
 
 EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \
-  groups.sh nohup.sh wheel-gen.pl
+  groups.sh nohup.sh wheel-gen.pl extract-magic
 
 CLEANFILES = $(SCRIPTS) su
 
@@ -255,7 +255,7 @@ editpl = sed -e 's,@''PERL''@,$(PERL),g'
 
 localedir = $(datadir)/locale
 
-BUILT_SOURCES = localedir.h dircolors.h wheel-size.h wheel.h false.c
+BUILT_SOURCES = localedir.h dircolors.h wheel-size.h wheel.h false.c fs.h
 DISTCLEANFILES = localedir.h
 
 wheel_size = 5
@@ -1534,6 +1534,11 @@ false.c: true.c
          $(srcdir)/true.c > $@-t
        @chmod a-w $@-t
        mv $@-t $@
+fs.h: stat.c extract-magic
+       rm -f $@
+       $(PERL) $(srcdir)/extract-magic $(srcdir)/stat.c > $@t
+       @chmod a-w $@t
+       mv $@t $@
 # Ensure that the list of programs in README matches the list
 # of programs we can build.
 check: check-README check-misc