diff options
author | Matt Wilson <msw@redhat.com> | 2000-03-08 20:04:51 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-03-08 20:04:51 +0000 |
commit | 3ccf9a77f8ba18c5db0b64f1e6d3675aaeff77be (patch) | |
tree | 90bda2ddec4b0b10524d8b40a2317550091e8096 /loader/Makefile | |
parent | 33cf2d22243919322d3004a5daae1a2e9d229cd3 (diff) | |
download | anaconda-3ccf9a77f8ba18c5db0b64f1e6d3675aaeff77be.tar.gz anaconda-3ccf9a77f8ba18c5db0b64f1e6d3675aaeff77be.tar.xz anaconda-3ccf9a77f8ba18c5db0b64f1e6d3675aaeff77be.zip |
added loader.tr dependency on lang-table
Diffstat (limited to 'loader/Makefile')
-rw-r--r-- | loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index ba3b462c7..3feeafd03 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -79,7 +79,7 @@ TRFILES = $(patsubst %,%.tr,$(LANGS)) all: dirs $(BINS) loader.tr -loader.tr: $(TR) +loader.tr: $(TR) ../lang-table (cd tr; ls $(TRFILES) | cpio --quiet -Hcrc -o | gzip -9) > $@ loader.po: *.c |