Because all object files are now in a file, we don't need to mention
authorRichard Levitte <levitte@openssl.org>
Thu, 1 Jun 2006 10:24:47 +0000 (10:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 1 Jun 2006 10:24:47 +0000 (10:24 +0000)
commit0ed110b96970cf993472c4cb36183a3965151f09
tree1338f3cc65e8de4f35cf4a31f7316833a4f78bea
parentb28dea4e1026534afc7783e20f92089a5b4e744a
Because all object files are now in a file, we don't need to mention
any of them on the linker command line.  Besides, OBJECT_FILE now
represents the last compiled file, and using it here only results in
getting warnings about multiple definitions of the symbols in that
file.
apps/makeapps.com