diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-03-16 23:09:39 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-03-16 23:09:39 +0000 |
commit | f5cdac38bdad4ac151b08d756d54723075ea38b9 (patch) | |
tree | d15077792dd724878fa42a580919a1c722ab692f /src/Makefile.inc | |
parent | 760565dcadce810edce08fc65b0651cd753c0d38 (diff) | |
download | curl-f5cdac38bdad4ac151b08d756d54723075ea38b9.tar.gz |
Removed references to config-vms.h from the makefiles.
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r-- | src/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index cd2e4c892..4f2aff9a2 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -8,7 +8,7 @@ CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \ getpass.c homedir.c CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \ - config-vms.h config-riscos.h urlglob.h version.h \ + config-riscos.h urlglob.h version.h \ writeout.h writeenv.h getpass.h homedir.h curl_SOURCES = $(CURL_SOURCES) $(CURLX_ONES) $(CURL_HFILES) |