build: move config-vms.h from subdir 'packages/vms' into 'lib'
authorYang Tse <yangsita@gmail.com>
Fri, 3 Dec 2010 01:36:22 +0000 (02:36 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 3 Dec 2010 01:36:22 +0000 (02:36 +0100)
lib/Makefile.am
lib/config-vms.h [moved from packages/vms/config-vms.h with 100% similarity]
packages/vms/Makefile.am
packages/vms/build_vms.com

index 10d9aa2..fff5dac 100644 (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                   \
  Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl                   \
  mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h        \
- Makefile.vxworks
+ Makefile.vxworks config-vms.h
 
 CLEANFILES = $(DSP) $(VCPROJ)
 
similarity index 100%
rename from packages/vms/config-vms.h
rename to lib/config-vms.h
index b6f0939..848b627 100644 (file)
@@ -1,5 +1,4 @@
 EXTRA_DIST = build_vms.com \
- config-vms.h \
  curlmsg.h \
  curlmsg.msg \
  curlmsg.sdl \
index 68d9f00..276e767 100644 (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
 $!