summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 21:44:07 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-15 21:44:07 +0000
commit95c0370d7aaf2da53d647c5a2353cf8203f62081 (patch)
tree4aa04f6f080f027836ec5a1edf46065a68efdfd1
parentf3407c10fd3fcfba900c0d69be112ebe9da4612e (diff)
downloadATCD-95c0370d7aaf2da53d647c5a2353cf8203f62081.tar.gz
Added filter to remove VC one-buttoned makefile "*.MAK" from final release.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53edd0dd6c8..203b45b2c2c 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ endif
#### Old versions of cpio might not, but the version that's shipped with
#### Solaris 2.5.1, and gnu cpio 2.3, do support that option.
-FILTER = -name CVS -prune -o ! -name '.\#*' ! -name '\#*' ! -name '*~' -print
+FILTER = -name CVS -prune -o ! -name '.\#*' ! -name '\#*' ! -name '*~'! -name '*.MAK' -print
cleanrelease:
@$(TIMESTAMP) (make realclean; cd ..; \