summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-04-18 21:07:47 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-04-18 21:07:47 +0000
commit66e3f4d0600eeb8c642dc2f3b3320a3e9af075e3 (patch)
tree0dd4214c8c08421acfbce1c8d6bd340572045bfb /Makefile.in
parent5067369f76f1f0db140a0e4c2c9af43982290183 (diff)
added new bsetbg manpage
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8ae32db6..3622bd79 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = version.h
-DIST_COMMON = README ./stamp-h.in AUTHORS ChangeLog INSTALL Makefile.am \
+DIST_COMMON = README ./stamp-h.in AUTHORS INSTALL Makefile.am \
Makefile.in TODO aclocal.m4 config.h.in configure configure.in \
install-sh missing mkinstalldirs version.h.in
@@ -97,9 +97,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) --foreign --include-deps Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --foreign 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
@@ -268,6 +268,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 --foreign Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \