From d1d53b2bbf4773146dafe7b634424227a9c4f140 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Jul 2004 11:25:13 +0000 Subject: make clean now removes getdate.c --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 06e350660..0bcc9ad80 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 -- cgit v1.2.3