git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1018 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-17 07:27:03 +00:00
parent 338d1fb374
commit c3ffbc4671

View File

@@ -67,7 +67,7 @@ distclean: clean
realclean: distclean realclean: distclean
rm -f TAGS rm -f TAGS
otptest: otptest.o all otptest: otptest.o
$(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ otptest.o -L. -lotp -L../des -ldes $(CC) $(LD_FLAGS) $(LDFLAGS) -o $@ otptest.o -L. -lotp -L../des -ldes
$(LIBNAME).a: $(OBJECTS) $(LIBNAME).a: $(OBJECTS)