diff options
Diffstat (limited to 'gettext-tools/examples/Makefile.vms')
-rw-r--r-- | gettext-tools/examples/Makefile.vms | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gettext-tools/examples/Makefile.vms b/gettext-tools/examples/Makefile.vms deleted file mode 100644 index a7d4c0d71..000000000 --- a/gettext-tools/examples/Makefile.vms +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Makefile -*- for gettext-tools/projects on VMS using the MMS utility - -#### Start of system configuration section. #### - -#### End of system configuration section. #### - -all : - write sys$output "Nothing to be done for 'all'." - -install : all - write sys$output "Nothing else to be done for 'install'." - -installdirs : - write sys$output "Nothing to be done for 'installdirs'." - -uninstall : - write sys$output "Nothing to be done for 'uninstall'." - -check : - write sys$output "Nothing to be done for 'check'." - -mostlyclean : clean - write sys$output "Nothing else to be done for 'mostlyclean'." - -clean : - write sys$output "Nothing to be done for 'clean'." - -distclean : clean - write sys$output "Nothing else to be done for 'distclean'." - -maintainer-clean : distclean - write sys$output "Nothing else to be done for 'maintainer-clean'." |