summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-13 14:31:34 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-13 14:31:34 +0000
commitc1ce8cf3b8218874348c1d16aa7d8cfdb946cf11 (patch)
tree934bd6bfa01e8177b6d9adf4a9e3c0012e37c536 /demos
parent2d780dfd81b47107bd2f2eaa4206994d0fc0ab42 (diff)
Name the flag files correctly.
Diffstat (limited to 'demos')
-rw-r--r--demos/engines/rsaref/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/engines/rsaref/Makefile b/demos/engines/rsaref/Makefile
index 1364c13288..63b8c79d27 100644
--- a/demos/engines/rsaref/Makefile
+++ b/demos/engines/rsaref/Makefile
@@ -60,13 +60,13 @@ $(SHLIB).darwin: $(LIB) install/librsaref.a
SHAREDFLAGS='-dynamiclib -install_name $(SHLIB)' \
SHAREDCMD='$(CC)'; \
$(LINK_SO)
- touch $(SHLIB).gnu
+ touch $(SHLIB).darwin
$(SHLIB).cygwin: $(LIB) install/librsaref.a
ALLSYMSFLAGS='--whole-archive' \
SHAREDFLAGS='-shared -Wl,-Bsymbolic -Wl,--out-implib,$(LIBNAME).dll.a' \
SHAREDCMD='$(CC)'; \
$(LINK_SO)
- touch $(SHLIB).gnu
+ touch $(SHLIB).cygwin
$(SHLIB).gnu: $(LIB) install/librsaref.a
ALLSYMSFLAGS='--whole-archive' \
SHAREDFLAGS='-shared -Wl,-soname=$(SHLIB)' \