X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=nls%2FMakefile.in;h=d8e81ccf5a92db40c97d8ee8f183f12ee51d6fc5;hb=62e178416108c41f8d3e7c1a5fc113c7e7724543;hp=58e06a384503641a78d9960494327e3bb4408537;hpb=dbd6327646f2c05a5e50bdd0e99816609c3b5a21;p=chaz%2Fopenbox diff --git a/nls/Makefile.in b/nls/Makefile.in index 58e06a38..d8e81ccf 100644 --- a/nls/Makefile.in +++ b/nls/Makefile.in @@ -95,9 +95,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -196,6 +196,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \