build: move config-vms.h from subdir 'packages/vms' into 'lib'

This commit is contained in:
Yang Tse 2010-12-03 02:36:22 +01:00
parent 99a07a1fdf
commit 421d918da3
4 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,7 @@ EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 $(DSP) \
config-win32ce.h config-os400.h setup-os400.h config-symbian.h \ config-win32ce.h config-os400.h setup-os400.h config-symbian.h \
Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \ Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \
mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h \ mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h \
Makefile.vxworks Makefile.vxworks config-vms.h
CLEANFILES = $(DSP) $(VCPROJ) CLEANFILES = $(DSP) $(VCPROJ)

View File

@ -1,5 +1,4 @@
EXTRA_DIST = build_vms.com \ EXTRA_DIST = build_vms.com \
config-vms.h \
curlmsg.h \ curlmsg.h \
curlmsg.msg \ curlmsg.msg \
curlmsg.sdl \ curlmsg.sdl \

View File

@ -426,7 +426,7 @@ $ define curl 'top_dev_dir'.include.curl]
$! $!
$! Copy the VMS-specific config file into the product directory. $! Copy the VMS-specific config file into the product directory.
$! $!
$ call MoveIfDiff 'proc_dev_dir'config-vms.h 'objdir'curl_config.h $ call MoveIfDiff 'top_dev_dir'.lib]config-vms.h 'objdir'curl_config.h
$! $!
$ on control_y then goto Common_Exit $ on control_y then goto Common_Exit
$! $!