diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-18 21:07:47 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-04-18 21:07:47 +0000 |
| commit | 66e3f4d0600eeb8c642dc2f3b3320a3e9af075e3 (patch) | |
| tree | 0dd4214c8c08421acfbce1c8d6bd340572045bfb /nls/C | |
| parent | 5067369f76f1f0db140a0e4c2c9af43982290183 (diff) | |
added new bsetbg manpage
Diffstat (limited to 'nls/C')
| -rw-r--r-- | nls/C/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/nls/C/Makefile.in b/nls/C/Makefile.in index 9c8db280..51a61954 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 --include-deps nls/C/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/C/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 @@ -110,6 +110,11 @@ 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 \ |
