From: Daniel Stenberg Date: Fri, 2 Jul 2004 11:25:13 +0000 (+0000) Subject: make clean now removes getdate.c X-Git-Tag: curl-7_12_1~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1d53b2bbf4773146dafe7b634424227a9c4f140;p=thirdparty%2Fcurl.git make clean now removes getdate.c --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 06e3506606..0bcc9ad806 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -33,7 +33,7 @@ EXTRA_DIST = getdate.y Makefile.b32 Makefile.b32.resp Makefile.m32 \ makefile.amiga config-netware.h Makefile.netware nwlib.c libcurl.imp \ msvcproj.head msvcproj.foot -CLEANFILES = $(DSP) +CLEANFILES = $(DSP) getdate.c lib_LTLIBRARIES = libcurl.la