Add minor upstream changes; conform new debian standards
[uffi.git] / uffi-tests.asd
index d2221f9246e09e60667441b200491ad9c3f4556f..06577e2f0175a5f66a755a6a476d7f5c4ee653ba 100644 (file)
@@ -7,7 +7,6 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id$
 ;;;; *************************************************************************
 
 (defpackage #:uffi-tests-system
@@ -49,7 +48,7 @@
 
 (defmethod perform ((o compile-op) (c uffi-test-source-file))
   (unless (operation-done-p o c)
-    #-(or win32 mswindows)
+    #-(or win32 win64 windows mswindows)
     (unless (zerop (run-shell-command
                    #-freebsd "cd ~A; make"
                    #+freebsd "cd ~A; gmake"