diff --git a/binutils/cgen/Makefile.am b/binutils/cgen/Makefile.am index 208cd6a..8b1848b 100644 --- a/binutils/cgen/Makefile.am +++ b/binutils/cgen/Makefile.am @@ -29,6 +29,9 @@ srcroot = $(srcdir)/.. all-local: stamp-cgen +install-pdf: +install-html: + stamp-cgen: $(CGENFILES) rm -f stamp-cgen echo timestamp > stamp-cgen diff --git a/binutils/cgen/Makefile.in b/binutils/cgen/Makefile.in index a4080da..3e63376 100644 --- a/binutils/cgen/Makefile.in +++ b/binutils/cgen/Makefile.in @@ -423,6 +423,9 @@ uninstall-info: uninstall-info-recursive all-local: stamp-cgen +install-pdf: +install-html: + stamp-cgen: $(CGENFILES) rm -f stamp-cgen echo timestamp > stamp-cgen