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)