From c3ffbc46711725d12d3dc824fb88c87c8b8fb658 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 17 Nov 1996 07:27:03 +0000 Subject: [PATCH] fix git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1018 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/otp/Makefile.in b/lib/otp/Makefile.in index a40f7f8a3..90e466809 100644 --- a/lib/otp/Makefile.in +++ b/lib/otp/Makefile.in @@ -67,7 +67,7 @@ distclean: clean realclean: distclean rm -f TAGS -otptest: otptest.o all +otptest: otptest.o $(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ otptest.o -L. -lotp -L../des -ldes $(LIBNAME).a: $(OBJECTS)