diff options
Diffstat (limited to 'libmudflap/Makefile.in')
-rw-r--r-- | libmudflap/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmudflap/Makefile.in b/libmudflap/Makefile.in index 43921f23c73..fa9c5125fe2 100644 --- a/libmudflap/Makefile.in +++ b/libmudflap/Makefile.in @@ -857,6 +857,10 @@ pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks2.c -o $@ pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-hooks3.c -o $@ + +.PHONY: install-html + +instal-html: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |