Repositories
/
rubiks-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f807ac
)
Make distclean used to forget to get rid of zlib/Makefile zlib/zconf.h
author
Matthew Mondor
<mmondor@pulsar-zone.net>
Thu, 13 Jan 2005 10:46:42 +0000
(10:46 +0000)
committer
Matthew Mondor
<mmondor@pulsar-zone.net>
Thu, 13 Jan 2005 10:46:42 +0000
(10:46 +0000)
Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
366a1bd
..
be45b4d
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-15,7
+15,7
@@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-# $Id: Makefile.in,v 1.
1 2005/01/12 07:44:55
mmondor Exp $
+# $Id: Makefile.in,v 1.
2 2005/01/13 10:46:42
mmondor Exp $
RM=@RM@
MV=@MV@
@@
-91,6
+91,7
@@
distclean:
cd $$i;\
${MAKE} distclean; cd ..;\
done
+ ${RM} -f zlib/Makefile zlib/zconf.h
depend:
@for i in $(SUBDIRS); do \