X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=nls%2FC%2FMakefile.in;h=9c8db280fd9473b6e8fdeaf82be8ce722d276e55;hb=dbd6327646f2c05a5e50bdd0e99816609c3b5a21;hp=51a61954584489674d3f8d8d7f31cfabeac5e3b5;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/nls/C/Makefile.in b/nls/C/Makefile.in index 51a61954..9c8db280 100644 --- a/nls/C/Makefile.in +++ b/nls/C/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 nls/C/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/C/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -110,11 +110,6 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = nls/C 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/C/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \