diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-05 16:59:37 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-05 16:59:37 +0000 |
commit | 5145728f45d1a83ebe229ee38c4f2534a43c385f (patch) | |
tree | 48dfa16e2e256f1627e60d1f1d19dfcc9e6e46d2 /sutils/Makefile | |
parent | 41476b24b860bc333ed99c3eb2b575193b111aa7 (diff) |
*** empty log message ***
Diffstat (limited to 'sutils/Makefile')
-rw-r--r-- | sutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sutils/Makefile b/sutils/Makefile index 823c69c3..e06ef317 100644 --- a/sutils/Makefile +++ b/sutils/Makefile @@ -34,7 +34,7 @@ include ../Makeconf fsck: fstab.o clookup.o reboot halt fsck: ../libshouldbeinlibc/libshouldbeinlibc.a -%: %.sh - cp $< $@ +%: %.sh $(top_srcdir)/sh-version.sed + sed -f $(top_srcdir)/sh-version.sed < $< > $@ $(filter-out $(special-targets), $(targets)): %: %.o |