aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-02-27 19:18:16 +0000
committerRichard Stallman <rms@gnu.org>1993-02-27 19:18:16 +0000
commit976876dd0db4615de728143734f834dc5caf4d7b (patch)
treec38e5f2fb99c7545c7416dd2fc6d0bc3ebac08e9 /gcc
parentce2fb2459b747b9895c9eaa9a1b1014c6b332ff7 (diff)
downloadgcc-976876dd0db4615de728143734f834dc5caf4d7b.zip
gcc-976876dd0db4615de728143734f834dc5caf4d7b.tar.gz
gcc-976876dd0db4615de728143734f834dc5caf4d7b.tar.bz2
(distdir): Depend on cp-parse.y, and the .c files for the .y files.
(all.cross): Depend on enquire. (uninstall): Also remove the g++ manual page. From-SVN: r3562
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index d4a9fdd..e120b8e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1642,6 +1642,7 @@ uninstall:
-rm -rf $(bindir)/protoize
-rm -rf $(bindir)/unprotoize
-rm -rf $(mandir)/gcc$(manext)
+ -rm -rf $(mandir)/g++$(manext)
-rm -rf $(mandir)/cccp$(manext)
-rm -rf $(mandir)/protoize$(manext)
-rm -rf $(mandir)/unprotoize$(manext)
@@ -1673,7 +1674,8 @@ gcc.xtar: distdir
# Make the distribution.
tar chf gcc.xtar gcc-$(version)
-distdir: doc $(srcdir)/INSTALL c-parse.y objc-parse.y
+distdir: doc $(srcdir)/INSTALL c-parse.y objc-parse.y cp-parse.y \
+ c-parse.c cp-parse.c objc-parse.c cexp.c
if grep -s "for version ${version}" gcc.texi; \
then true; \
else echo "You must update the version number in \`gcc.texi'"; sleep 10;\