--- GNUmakefile.orig	Wed Mar 26 17:21:24 2003
+++ GNUmakefile	Wed Mar 26 17:22:16 2003
@@ -47,7 +47,7 @@
 TESTOBJS = bench.o test.o validat1.o validat2.o validat3.o adhoc.o datatest.o regtest.o
 LIBOBJS = $(filter-out $(TESTOBJS),$(OBJS))
 
-all: cryptest.exe
+all: cryptest
 
 clean:
 	$(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS)
@@ -56,7 +56,7 @@
 	$(AR) $(ARFLAGS) $@ $(LIBOBJS)
 	$(RANLIB) $@
 
-cryptest.exe: libcryptopp.a $(TESTOBJS)
+cryptest: libcryptopp.a $(TESTOBJS)
 	$(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) -L. -lcryptopp $(LDFLAGS) $(LDLIBS)
 
 nolib: $(OBJS)		# makes it faster to test changes
