mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
removed getdate.c hack.
This commit is contained in:
parent
543ab6f331
commit
be1df3ca0a
@ -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) $** $@
|
||||
|
||||
|
||||
|
@ -168,7 +168,7 @@ nlm: prebuild $(TARGET).nlm
|
||||
|
||||
lib: prebuild $(TARGET).lib
|
||||
|
||||
prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h ca-bundle.h getdate.c
|
||||
prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h ca-bundle.h
|
||||
|
||||
$(OBJDIR)/%.o: %.c
|
||||
# @echo Compiling $<
|
||||
@ -191,7 +191,7 @@ install: $(INSTDIR) all
|
||||
@$(CP) ../RELEASE-NOTES $(INSTDIR)
|
||||
|
||||
clean:
|
||||
-$(RM) config.h ca-bundle.h y.tab.c getdate.c
|
||||
-$(RM) config.h ca-bundle.h
|
||||
-$(RM) -r $(OBJDIR)
|
||||
|
||||
$(INSTDIR):
|
||||
@ -375,11 +375,6 @@ ca-bundle.h: Makefile.netware
|
||||
@echo $(DL)*/$(DL) >> $@
|
||||
@echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@
|
||||
|
||||
getdate.c:
|
||||
@echo Creating $@
|
||||
@-$(RM) getdate.y
|
||||
@$(CP) getdate.c.cvs $@
|
||||
|
||||
url.c: ca-bundle.h
|
||||
|
||||
$(LIBCARES):
|
||||
|
Loading…
Reference in New Issue
Block a user