From: alex <bin...@li...> - 2001-10-03 22:03:51
|
alex Wed Oct 3 15:03:46 2001 EDT Modified files: /r2/binarycloud/user Makefile Log: Change to user makefile to support removals Index: r2/binarycloud/user/Makefile diff -u r2/binarycloud/user/Makefile:1.9 r2/binarycloud/user/Makefile:1.10 --- r2/binarycloud/user/Makefile:1.9 Tue Sep 25 12:55:51 2001 +++ r2/binarycloud/user/Makefile Wed Oct 3 15:03:45 2001 @@ -1,5 +1,5 @@ # {{{ Header -# -File $Id: Makefile,v 1.9 2001/09/25 19:55:51 alex Exp $ +# -File $Id: Makefile,v 1.10 2001/10/03 22:03:45 alex Exp $ # -License LGPL (http://www.gnu.org/copyleft/lesser.html) # -Copyright 2001, Intacct Corp. # -Author odysseas tsatalos, ody...@ya... @@ -8,13 +8,8 @@ include ../Makefile.in USERDIRS= \ - cache \ conf \ - db \ - lang \ - lib \ mod \ - roles \ tmpl \ $(EMPTY) |