comparison lib-src/Makefile.in @ 9455:856edef96682

(clean): rm DOC/* and *.tab.[ch]. (distclean): Not here.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Oct 1994 21:22:28 +0000
parents bc43d1b2bf9f
children a6d5f1c10986
comparison
equal deleted inserted replaced
9454:40340d39257d 9455:856edef96682
254 mostlyclean: 254 mostlyclean:
255 -rm -f core *.o 255 -rm -f core *.o
256 256
257 clean: mostlyclean 257 clean: mostlyclean
258 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} 258 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
259 -rm -f ../etc/DOC* *.tab.c *.tab.h
259 260
260 distclean: clean 261 distclean: clean
261 -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS 262 -rm -f aixcc.c TAGS
262 -rm -f Makefile Makefile.in blessmail 263 -rm -f Makefile Makefile.in blessmail
263 264
264 realclean: distclean 265 realclean: distclean
265 true 266 true
266 267