aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-03-02 00:01:53 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-03-01 16:01:53 -0800
commit49c683a52c739ed2e09b4e07fce5508801d1cef7 (patch)
tree188cfde76d7258d27bdcc061f95a4bd981bead76 /libdecnumber
parentc0781449fee0282ff69e7b8b9866a331a94ccbd5 (diff)
downloadgcc-49c683a52c739ed2e09b4e07fce5508801d1cef7.zip
gcc-49c683a52c739ed2e09b4e07fce5508801d1cef7.tar.gz
gcc-49c683a52c739ed2e09b4e07fce5508801d1cef7.tar.bz2
* Makefile.in: Add dummy install-pdf target.
From-SVN: r122450
Diffstat (limited to 'libdecnumber')
-rw-r--r--libdecnumber/ChangeLog4
-rw-r--r--libdecnumber/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index 3579b7c6..d132333 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
+
+ * Makefile.in: Add dummy install-pdf target.
+
2007-01-29 Janis Johnson <janis187@us.ibm.com>
* decExcept.c: New.
diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in
index 8e0849c..899a1b5 100644
--- a/libdecnumber/Makefile.in
+++ b/libdecnumber/Makefile.in
@@ -136,13 +136,14 @@ pdf:
html:
info:
install-info:
+install-pdf:
install-man:
install-html:
install:
.PHONY: installdirs install install-strip mostlyclean clean distclean \
maintainer-clean check installcheck dvi pdf html info install-info \
- install-man update-po install-html
+ install-pdf install-man update-po install-html
COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c