X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=Make.mk;h=4c419dcf943b64a1a7707ab445c48cf4c1da50a1;hp=9c3fcb8c5390270a3552b7192a2b58407b64df4c;hb=2fb427b6763600180d753a333bbfdc6e3419c1aa;hpb=82b5e3c29adaa0cc483fddbdb111c639a6726942 diff --git a/Make.mk b/Make.mk index 9c3fcb8c5..4c419dcf9 100644 --- a/Make.mk +++ b/Make.mk @@ -142,9 +142,9 @@ clean := $(obj) $(deps) $(libs) $(util) $(client) $(server) $(tsubj) \ $(ttop) $(info.nr) $(info.html) $(empth_obj) $(empth_lib) # Removed by distclean: distclean := $(ac) $(mk) -# Distributed by dist-source from $(srcdir) +# Distributed by dist-source from $(srcdir): src_distgen := $(acdist) -# Distributed by dist-client from $(srcdir)/src/client +# Distributed by dist-client from $(srcdir)/src/client; removed by distclean: cli_distgen := $(acdistcli) # Compiler flags @@ -177,7 +177,7 @@ clean: .PHONY: distclean distclean: clean - rm -rf $(distclean) + rm -rf $(distclean) $(cli_distgen) .PHONY: install install: all installdirs