From 3d98688378fa94b81a139debd171bdcd3e5250f0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Apr 2003 19:33:03 +0000 Subject: . --- src/Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.in b/src/Makefile.in index 546c7bf29..cb193760b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 -- cgit v1.2.3-54-g00ecf