From c1ce8cf3b8218874348c1d16aa7d8cfdb946cf11 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 13 Nov 2002 14:31:34 +0000 Subject: Name the flag files correctly. --- demos/engines/rsaref/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') 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)' \ -- cgit v1.2.3