summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-09-24 16:17:59 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-09-24 16:17:59 +0000
commitd0d9e8ab3e8d6027bd44417a50492655b5e96a71 (patch)
tree3ca7b3422039d5ee51bd72df0e6628d187e28ecf
parente1aa8b7885fbebac6fb7685399edfcf279d6035d (diff)
downloadgnome-desktop-d0d9e8ab3e8d6027bd44417a50492655b5e96a71.tar.gz
Make 'dist-hook' targets, which copy the .spec file into $(distdir),
Make 'dist-hook' targets, which copy the .spec file into $(distdir), depend upon the .spec file, so that the .spec file will be regenerated when a previously-compiled tree is 'dist'd with a new version number.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0a5d3b2f..ac8ff60b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ SUBDIRS = intl po macros \
EXTRA_DIST = gnome-core.spec.in
-dist-hook:
+dist-hook: gnome-core.spec
cp gnome-core.spec $(distdir)
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change