[Wisp-cvs] wisp/users Makefile.am,1.2,1.3
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-02-09 09:32:15
|
Update of /cvsroot/wisp/wisp/users In directory sc8-pr-cvs1:/tmp/cvs-serv31721 Modified Files: Makefile.am Log Message: 'make clean' shall 'rm -f *~' Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/users/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 6 Feb 2003 20:11:39 -0000 1.2 +++ Makefile.am 9 Feb 2003 09:32:11 -0000 1.3 @@ -8,3 +8,6 @@ EXTRA_DIST = README README.users SUBDIRS = dig pisi + +clean: clean-am + -rm -f *~ |