]> git.saurik.com Git - apt.git/blobdiff - buildlib/python.mak
compile with absolute paths to allow lcov use
[apt.git] / buildlib / python.mak
index 02345c2d28cece58710eb8a783a40c5f3cafa941..f08ab5563af7ce5f7efa91697020c8df1b97140a 100644 (file)
@@ -58,7 +58,7 @@ endif  # ifdef PYTHONLIB
 vpath %.cc $(SUBDIRS)
 $(OBJ)/%.opic: %.cc
        echo Compiling $< to $@
-       $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXFLAGS) $(PICFLAGS) -o $@ $<
+       $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXFLAGS) $(PICFLAGS) -o $@ $(abspath $<)
        $(DoDep)
 
 # Include the dependencies that are available