Makefile fix
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Tue, 31 May 2005 14:28:47 +0000 (14:28 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Tue, 31 May 2005 14:28:47 +0000 (14:28 +0000)
org.gridsite.core/src/Makefile

index 8b2a599..3552c0f 100644 (file)
@@ -97,7 +97,7 @@ ifdef OPENSSL_GLOBUS_LIBS
 
 libgridsite_globus.so.$(VERSION): \
                grst_x509_globus.o grst_gacl_globus.o grst_http_globus.o \
-               grst_asn1_globus.o grst_xacml_globus.o \
+               grst_asn1_globus.o grst_xacml_globus.o
        gcc -shared -Wl,-soname,libgridsite_globus.so.$(MINOR_VERSION) \
          -o libgridsite_globus.so.$(PATCH_VERSION) \
          grst_x509_globus.o grst_gacl_globus.o grst_xacml_globus.o grst_http_globus.o grst_asn1_globus.o