summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-21 02:10:58 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-21 02:10:58 +0000
commitad22a2665660771ff41824e50112fa16d5267692 (patch)
tree908f8da1a58261867710c538f26dee11d357960e /Makefile
parent89443a02e22c3df2a7010ede76613298ab502850 (diff)
downloadATCD-ad22a2665660771ff41824e50112fa16d5267692.tar.gz
Added an extra space into filenames to be removed in release script. Hopefully, this corrected the problem.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 203b45b2c2c..41bbb868749 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 '*~'! -name '*.MAK' -print
+FILTER = -name CVS -prune -o ! -name '.\#*' ! -name '\#*' ! -name '*~' ! -name '*.MAK' -print
cleanrelease:
@$(TIMESTAMP) (make realclean; cd ..; \