summaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
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.netware
parent543ab6f331e9f3f93204cd8e46ccb4cc604b8912 (diff)
downloadcurl-be1df3ca0aa2dcdd5f64a289549753076dcd05b4.tar.gz
removed getdate.c hack.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index afd9ce71a..a63ac63ed 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):