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

@@ -426,7 +426,7 @@ $ define curl 'top_dev_dir'.include.curl]
$!
$! 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
$!