diff options
Diffstat (limited to 'Build/source/libs/xpdf/Makefile.in')
-rw-r--r-- | Build/source/libs/xpdf/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/libs/xpdf/Makefile.in b/Build/source/libs/xpdf/Makefile.in index 02a5f180f2f..643624821f6 100644 --- a/Build/source/libs/xpdf/Makefile.in +++ b/Build/source/libs/xpdf/Makefile.in @@ -1151,7 +1151,7 @@ uninstall-am: dist-hook: rm -rf `find $(distdir) -name .svn -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'` rm -f $(distdir)/$(XPDF_TREE)/install-sh -rebuild.stamp: +rebuild.stamp: $(rebuild_target) echo timestamp >$@ .PHONY: rebuild @@ -1165,8 +1165,7 @@ rebuild: $(rebuild_prereq) if test -f rebuild.stamp; then :; else \ $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \ if $$dry mkdir rebuild.lock 2>/dev/null; then \ - $(MAKE) $(AM_MAKEFLAGS) $(rebuild_target) \ - && echo timestamp >rebuild.stamp; \ + $(MAKE) $(AM_MAKEFLAGS) rebuild.stamp; \ $$dry rmdir rebuild.lock; \ else \ while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \ |