diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-26 17:27:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-26 17:27:20 +0000 |
commit | d9e77f3d6ebeee8ba1ee31d46d592530f7c37ba7 (patch) | |
tree | 80776f2f07abcefa10c9ad5c031dbb5b574cfcec | |
parent | 89e89345bc62c52c586a5c3bf7a0c04fd139f2ef (diff) | |
download | glibc-d9e77f3d6ebeee8ba1ee31d46d592530f7c37ba7.tar.gz glibc-d9e77f3d6ebeee8ba1ee31d46d592530f7c37ba7.tar.xz glibc-d9e77f3d6ebeee8ba1ee31d46d592530f7c37ba7.zip |
Remove bogus endif.
-rw-r--r-- | intl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intl/Makefile b/intl/Makefile index 0536c37beb..3d08304b52 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -69,7 +69,6 @@ $(objpfx)tst-gettext2.out: tst-gettext2.sh $(objpfx)tst-gettext2 $(SHELL) -e $< $(common-objpfx) $(common-objpfx)intl/ endif endif -endif $(objpfx)msgs.h: po2test.sed ../po/de.po $(make-target-directory) |