diff options
author | Andy Polyakov <appro@openssl.org> | 2005-01-25 23:09:11 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-01-25 23:09:11 +0100 |
commit | fbdce13e5a068f43dacb19aa569ff7cebe8e3c9d (patch) | |
tree | e1ac970a99d07451740c8c36b2b41a3c8fdf82cb /apps | |
parent | FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning after (diff) | |
download | openssl-fbdce13e5a068f43dacb19aa569ff7cebe8e3c9d.tar.xz openssl-fbdce13e5a068f43dacb19aa569ff7cebe8e3c9d.zip |
Please BSD make...
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.ssl b/apps/Makefile.ssl index 843fe1e615..1f75cb50f4 100644 --- a/apps/Makefile.ssl +++ b/apps/Makefile.ssl @@ -165,7 +165,7 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL) LIBRARIES="$(LIBSSL) $(LIBKRB5) $(LIBCRYPTO)" ; \ fi; \ $(NEWMAKE) -f $(TOP)/Makefile.shared \ - APPNAME=$(EXE) CC="$(CC)" LDFLAGS="$(LDFLAG)" \ + APPNAME=$(EXE) CC="$(CC)" LDFLAGS="$(CFLAG)" \ SHARED_LDFLAGS="$(SHARED_LDFLAGS)" \ OBJECTS="$(PROGRAM).o $(E_OBJ)" \ LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \ |