mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:13:32 +03:00
removed getdate.c hack.
This commit is contained in:
parent
543ab6f331
commit
be1df3ca0a
2 changed files with 2 additions and 13 deletions
|
|
@ -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) $** $@
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue