diff options
author | DJ Delorie <dj@redhat.com> | 2007-03-05 22:15:41 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2007-03-05 22:15:41 +0000 |
commit | d7831e7c477f3e5e0d969c09478c2c1b5c82b354 (patch) | |
tree | 473614bb9d859a4cd9612dcff583b18875b9b7f2 /libiberty/testsuite | |
parent | ad8bd7f8c1a22a1ad23b14db2dbdfdf5cd42f8a1 (diff) | |
download | gdb-d7831e7c477f3e5e0d969c09478c2c1b5c82b354.zip gdb-d7831e7c477f3e5e0d969c09478c2c1b5c82b354.tar.gz gdb-d7831e7c477f3e5e0d969c09478c2c1b5c82b354.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in index 6979d94..56800a7 100644 --- a/libiberty/testsuite/Makefile.in +++ b/libiberty/testsuite/Makefile.in @@ -73,7 +73,8 @@ test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a $(srcdir)/test-expandargv.c ../libiberty.a # Standard (either GNU or Cygnus) rules we don't use. -html install-html info install-info clean-info dvi pdf install etags tags installcheck: +html install-html info install-info clean-info dvi pdf install-pdf \ +install etags tags installcheck: # The standard clean rules. mostlyclean: |