removed getdate.c hack.

This commit is contained in:
Gunter Knauf
2004-09-19 23:30:34 +00:00
parent 543ab6f331
commit be1df3ca0a
2 changed files with 2 additions and 13 deletions

View File

@@ -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) $** $@