OSDN Git Service

(distdir): Depend on cp-parse.y, and the .c files for the .y files.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Feb 1993 19:18:16 +0000 (19:18 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Feb 1993 19:18:16 +0000 (19:18 +0000)
(all.cross): Depend on enquire.

(uninstall): Also remove the g++ manual page.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3562 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index d4a9fdd..e120b8e 100644 (file)
@@ -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;\