diff options
Diffstat (limited to 'Build/source/texk/gsftopk/Makefile.in')
-rw-r--r-- | Build/source/texk/gsftopk/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/gsftopk/Makefile.in b/Build/source/texk/gsftopk/Makefile.in index 85afddc83fe..c14c4f866f7 100644 --- a/Build/source/texk/gsftopk/Makefile.in +++ b/Build/source/texk/gsftopk/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.4 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -481,7 +481,7 @@ install-dist_gsftopkpsheaderDATA: $(dist_gsftopkpsheader_DATA) @list='$(dist_gsftopkpsheader_DATA)'; test -n "$(gsftopkpsheaderdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(gsftopkpsheaderdir)'"; \ - $(MKDIR_P) '$(DESTDIR)$(gsftopkpsheaderdir)' || exit 1; \ + $(MKDIR_P) "$(DESTDIR)$(gsftopkpsheaderdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |