summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
authorwl <wl>2009-01-08 08:28:25 +0000
committerwl <wl>2009-01-08 08:28:25 +0000
commit1c32dfa02c7a8cba23e63f6c70a7ef65d8718b67 (patch)
tree24cf19d438c59c1896ef026f39a79a5c54831404 /Makefile.comm
parent5a194c4b86ba5064538966bafb70cb903415f031 (diff)
downloadgroff-1c32dfa02c7a8cba23e63f6c70a7ef65d8718b67.tar.gz
* */Makefile.* (CLEANADD, CLEANNOTSRCDIRADD, CLEANDIRADD): Renamedgroff-1_20_1
to... (MOSTLYCLEANADD, MOSTLYCLEANNOTSRCDIRADD, MOSTLYCLEANDIRADD): This.
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.comm b/Makefile.comm
index 19387ca9..0408ef40 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -37,11 +37,11 @@ YTABH=
YTABC=
GRAM=
LIBCLEAN=
-CLEANADD=
-CLEANDIRADD=
-CLEANNOTSRCDIRADD=
+MOSTLYCLEANADD=
+MOSTLYCLEANDIRADD=
+MOSTLYCLEANNOTSRCDIRADD=
MOSTLYCLEANFILES=$(MANCLEAN) $(PROG) $(OBJS) $(GENSRCS) $(GENHDRS) \
- depend.temp core y.output $(CLEANADD)
+ depend.temp core y.output $(MOSTLYCLEANADD)
CLEANFILES=$(LIBCLEAN)
DISTCLEANFILES=TAGS Makefile Makefile.dep
REALCLEANFILES=$(YTABC) $(YTABH)
@@ -66,11 +66,11 @@ fonts:
mostlyclean:
-rm -f $(MOSTLYCLEANFILES)
- -rm -rf $(CLEANDIRADD)
+ -rm -rf $(MOSTLYCLEANDIRADD)
-@if test `cd $(srcdir); pwd` = `pwd`; then \
:; \
else \
- rm -f $(CLEANNOTSRCDIRADD); \
+ rm -f $(MOSTLYCLEANNOTSRCDIRADD); \
fi
clean: mostlyclean