diff options
author | Gunter Knauf <gk@gknw.de> | 2004-06-10 20:29:19 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-06-10 20:29:19 +0000 |
commit | c0f9d7fdb7b39622fa8cf252af950b34cb1ec4ac (patch) | |
tree | 4f24316ebb1ebab7b4fd3bb88aec582fea870f7a /src | |
parent | fc4d6f73a68e4f16d49d434e5a8256654c068373 (diff) | |
download | curl-c0f9d7fdb7b39622fa8cf252af950b34cb1ec4ac.tar.gz |
ups! no copy command defined.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index 395d98ff5..86227fae8 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -54,7 +54,7 @@ else CC = gcc endif # RM = rm -f -# CP = cp -fv +CP = cp -fv # if you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: # http://www.gknw.de/development/prgtools/mkxdc.zip |