Switch version string to SSLeay/OpenSSL
[openssl.git] / crypto / Makefile.ssl
index ab821e2ccb7d8fedff57a491bc9d8f8d8a490da9..679576d0fbd5b206f48585eb261fb0074b96763b 100644 (file)
@@ -54,7 +54,7 @@ top:
 
 all: date.h lib subdirs
 
-date.h: ../Makefile.ssl ../VERSION
+date.h: ../Makefile.ssl
        echo "#define DATE      \"`date`\"" >date.h
 
 subdirs:
@@ -74,11 +74,11 @@ files:
 
 links:
        /bin/rm -f Makefile 
-       $(TOP)/util/point.sh Makefile.ssl Makefile ;
-       $(TOP)/util/mklink.sh ../include $(HEADER) ;
-       $(TOP)/util/mklink.sh ../test $(TEST) ;
-       $(TOP)/util/mklink.sh ../apps $(APPS) ;
-       $(TOP)/util/point.sh Makefile.ssl Makefile;
+       $(TOP)/util/point.sh Makefile.ssl Makefile
+       $(TOP)/util/mklink.sh ../include $(HEADER)
+       $(TOP)/util/mklink.sh ../test $(TEST)
+       $(TOP)/util/mklink.sh ../apps $(APPS)
+       $(TOP)/util/point.sh Makefile.ssl Makefile
        @for i in $(SDIRS) ;\
        do \
        (cd $$i; echo "making links in $$i..."; \