summaryrefslogtreecommitdiffstats
path: root/fips/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-17 15:33:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-17 15:33:32 +0000
commit01ad8195aa09193f2030555069fb0e740a143ff0 (patch)
tree25403ea3b34cd4081e21c1487dbbabcf0f0e79c8 /fips/Makefile
parentd87f52cb949ed82810a51d8de8182f9b3ca85895 (diff)
Remove debugging command.
Reorder fipssyms.h to include assembly language symbols at the end.
Diffstat (limited to 'fips/Makefile')
-rw-r--r--fips/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/fips/Makefile b/fips/Makefile
index 1cbf9dc0e3..05e9cbde38 100644
--- a/fips/Makefile
+++ b/fips/Makefile
@@ -109,7 +109,6 @@ fipscanister.o: fips_start.o $(LIBOBJ) $(FIPS_OBJ_LISTS) fips_end.o
set -x; ${FIPS_SITE_LD} -r -o $@ $$objs; \
elif $(CC) -dumpversion >/dev/null 2>&1; then \
set -x; $(CC) $$cflags -r -nostdlib -o $@ $$objs ; \
- echo OBJS $$objs >/tmp/objs.txt ; \
else case "$$os" in \
HP-UX|OSF1|SunOS) set -x; /usr/ccs/bin/ld -r -o $@ $$objs ;; \
*) set -x; $(CC) $$cflags -r -o $@ $$objs ;; \