aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-09-19 23:30:34 +0000
committerGunter Knauf <gk@gknw.de>2004-09-19 23:30:34 +0000
commitbe1df3ca0aa2dcdd5f64a289549753076dcd05b4 (patch)
treebb88a5be9deea20c54e42b07e755a20cfb786e27 /lib/Makefile.b32
parent543ab6f331e9f3f93204cd8e46ccb4cc604b8912 (diff)
removed getdate.c hack.
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r--lib/Makefile.b326
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index 5dd9bf887..1dd7177bb 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -70,7 +70,6 @@ all: $(LIBCURLLIB)
clean:
-$(RM) $(LIBCURLLIB)
-$(RM) *.obj
- -$(RM) getdate.c
$(LIBCURLLIB): $(OBJECTS)
@-$(RM) $@
@@ -83,9 +82,4 @@ $(LIBCURLDLL): $(OBJECTS) $(LINKLIB)
@-$(RM) $@
$(LD) $(LDFLAGS) -e$@ $**
-getdate.c: getdate.c.cvs
- @echo Creating $@
- @-$(RM) getdate.y
- @$(CP) $** $@
-