aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorcrunchy <crunchy>2002-09-01 18:27:49 +0000
committercrunchy <crunchy>2002-09-01 18:27:49 +0000
commit146c19096480429037817b51059a610eb4aca685 (patch)
treeccbc5924f8a88ac3b49947edb050b4012b0422ad /Makefile.in
parent82ca071c8f0849b90131bf3b27f8b029002ed46d (diff)
downloadmpiosh-146c19096480429037817b51059a610eb4aca685.tar.gz
mpiosh-146c19096480429037817b51059a610eb4aca685.tar.bz2
mpiosh-146c19096480429037817b51059a610eb4aca685.zip
added commands: lcd, ldir, lmkdir; fixed bug in dump; updated help text
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ad7b59b..8afc128 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,9 +95,9 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
@@ -236,6 +236,11 @@ distdir: $(DISTFILES)
-rm -rf $(distdir)
mkdir $(distdir)
-chmod 777 $(distdir)
+ here=`cd $(top_builddir) && pwd`; \
+ top_distdir=`cd $(distdir) && pwd`; \
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \