mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
added generation of missing files.
This commit is contained in:
parent
1a3797a699
commit
295169f9d9
@ -53,7 +53,7 @@ else
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
endif
|
endif
|
||||||
# RM = rm -f
|
# RM = rm -f
|
||||||
# CP = cp -fv
|
CP = cp -fv
|
||||||
# if you want to mark the target as MTSAFE you will need a tool for
|
# if you want to mark the target as MTSAFE you will need a tool for
|
||||||
# generating the xdc data for the linker; here's a minimal tool:
|
# generating the xdc data for the linker; here's a minimal tool:
|
||||||
# http://www.gknw.de/development/prgtools/mkxdc.zip
|
# http://www.gknw.de/development/prgtools/mkxdc.zip
|
||||||
@ -289,3 +289,18 @@ ifeq ($(LD),nlmconv)
|
|||||||
@echo $(DL)output $(TARGET).nlm$(DL) >> $@
|
@echo $(DL)output $(TARGET).nlm$(DL) >> $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ca-bundle.h: Makefile.netware
|
||||||
|
@echo Creating $@
|
||||||
|
@echo $(DL)/* Do not edit this file - it is created by make!$(DL) > $@
|
||||||
|
@echo $(DL)** All your changes will be lost!!$(DL) >> $@
|
||||||
|
@echo $(DL)*/$(DL) >> $@
|
||||||
|
@echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@
|
||||||
|
|
||||||
|
getdate.c: getdate.c.cvs
|
||||||
|
@echo Creating $@
|
||||||
|
@-$(RM) getdate.y
|
||||||
|
$(CP) $< $@
|
||||||
|
|
||||||
|
url.c: ca-bundle.h
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user