diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-21 02:10:58 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-21 02:10:58 +0000 |
commit | ad22a2665660771ff41824e50112fa16d5267692 (patch) | |
tree | 908f8da1a58261867710c538f26dee11d357960e /Makefile | |
parent | 89443a02e22c3df2a7010ede76613298ab502850 (diff) | |
download | ATCD-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ..; \ |