r10341: Automated commit for Debian build of vcs-tree upstream-version-0.2.2
[vcs-tree.git] / Makefile
index e963a2520dce74e28e86065b54af56b072d03d7d..eb0629eee52a0a93bfc8ba20f4d058f754dd34b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 #  Author:       Kevin M. Rosenberg
 #  Date Started: Sep 2003
 #
-#  $Id: Makefile 7061 2003-09-07 06:34:45Z kevin $
+#  $Id$
 ##############################################################################
 
 
@@ -15,7 +15,7 @@ sources       :=$(pkg).asd main.lisp loader.lisp package.lisp kmrcl-excerpt.lisp
 
 $(pkg): $(sources)
        $(MAKE) clean
-       sbcl --load "$(pkg).asd" --eval "(asdf:oos 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)"
+       /usr/bin/sbcl --userinit /dev/null --eval "(require 'asdf)" --load "$(pkg).asd" --eval "(asdf:operate 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)"
 
 clean:
        rm -f *.fasl $(pkg)