From: Gunter Knauf Date: Sun, 19 Sep 2004 23:30:34 +0000 (+0000) Subject: removed getdate.c hack. X-Git-Tag: curl-7_12_2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1df3ca0aa2dcdd5f64a289549753076dcd05b4;p=thirdparty%2Fcurl.git removed getdate.c hack. --- diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 5dd9bf8877..1dd7177bb4 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) $** $@ - diff --git a/lib/Makefile.netware b/lib/Makefile.netware index afd9ce71a2..a63ac63ed3 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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):