changeset 3781:6c05414356bc

Bring mumbleclean targets into conformance with GNU coding standards. * Makefile.in (distclean): Call clean to do most of the work. Delete aixcc.c and TAGS. (realclean): Just call distclean.
author Jim Blandy <jimb@redhat.com>
date Wed, 16 Jun 1993 23:49:07 +0000
parents 20b847f36ade
children 5b61a650f347
files lib-src/Makefile.in
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Wed Jun 16 23:46:17 1993 +0000
+++ b/lib-src/Makefile.in	Wed Jun 16 23:49:07 1993 +0000
@@ -163,14 +163,20 @@
 	  mv ${bindir}/$${file}.new ${bindir}/$${file} ; \
         done
 
+uninstall:
+	(cd ${bindir}; \
+	 rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS})
+	(cd ${archlibdir}; \
+	 rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
+
 clean mostlyclean:
 	-rm -f ${INSTALLABLES} ${UTILITIES} core *.o
 
-distclean:
-	-rm -f ${INSTALLABLES} ${UTILITIES} ../etc/DOC* core *.o
+distclean: clean
+	-rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS
 
 realclean: distclean
-	-rm TAGS aixcc.c
+	true
 
 extraclean: realclean
 	-rm -f *~ \#*