CEDET (development tools) package merged.
[bpt/emacs.git] / lisp / cedet / ede / pmake.el
index 348bc3e..420ae77 100644 (file)
@@ -614,7 +614,7 @@ Some compilers only use the first element in the dependencies, others
 have a list of intermediates (object files), and others don't care.
 This allows customization of how these elements appear."
   (let* ((c (ede-proj-compilers this))
-        (io (ede-or (mapcar 'ede-compiler-intermediate-objects-p c)))
+        (io (eval (cons 'or (mapcar 'ede-compiler-intermediate-objects-p c))))
         (out nil))
     (if io
        (progn