summaryrefslogtreecommitdiff
path: root/fips-1.0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fips-1.0/Makefile')
-rw-r--r--fips-1.0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile
index c6812e6455..da156514da 100644
--- a/fips-1.0/Makefile
+++ b/fips-1.0/Makefile
@@ -137,7 +137,7 @@ lib: $(FIPSCANLOC) delexobj
@touch lib
shared: fips_premain_dso$(EXE_EXT)
- if [ -n "$(SHARED_LIBS)" ]; then \
+ if [ -n "$(SHARED_LIBS)" -a "$(FIPSCANLIB)" != "libfips" ]; then \
(cd ..; $(MAKE) FIPSLD_CC=$(CC) FIPSLD=fips-1.0/fipsld $(SHARED_LIB)); \
fi