summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-08-02 01:50:52 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-08-02 01:50:52 +0000
commit951c2d7cd8b3ecdacc8fed30bbf9e9dedece102c (patch)
tree09e5fb432c5ab6c2f9088ae1e4c3b67af73875ac
parent5c6b535419963f1f329744d202f07de066328749 (diff)
downloadgnome-common-951c2d7cd8b3ecdacc8fed30bbf9e9dedece102c.tar.gz
Remove `macros.dep'.
* Makefile.am (EXTRA_DIST): Remove `macros.dep'. Because it doesn't work for srcdir != builddir. I see no great loss in not distributing this file -- it is used only in maintainer-mode, and it is easily generated. Anyone who's not using GNU make for maintainer-mode is already not supported, so this doesn't make a difference, I think. svn path=/trunk/; revision=315
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 1be1d49..9d7d4cd 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1998-08-01 Raja R Harinath <harinath@cs.umn.edu>
+
+ * Makefile.am (EXTRA_DIST): Remove `macros.dep'.
+
1998-07-30 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): New macro.
diff --git a/macros/Makefile.am b/macros/Makefile.am
index e2a4980..3bb9e94 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -17,7 +17,7 @@ MACROS= \
linger.m4 \
need-declaration.m4
-EXTRA_DIST=$(MACROS) autogen.sh macros.dep
+EXTRA_DIST=$(MACROS) autogen.sh
MAINTAINERCLEANFILES=macros.dep
@MAINT@macros.dep: Makefile.am