]> git.saurik.com Git - apt.git/blobdiff - buildlib/program.mak
compile with absolute paths to allow lcov use
[apt.git] / buildlib / program.mak
index da538f5ebec9bf275f0eeec50e505c14e2185d33..71c265f39f08b2edfac35f8a2db10568eb6a980f 100644 (file)
@@ -50,7 +50,7 @@ $($(LOCAL)-BIN): $($(LOCAL)-OBJS) $($(LOCAL)-MKS)
 vpath %.cc $(SUBDIRS)
 $(OBJ)/%.o: %.cc
        echo Compiling $< to $@
-       $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXFLAGS) -o $@ $<
+       $(CXX) -c $(INLINEDEPFLAG) $(CPPFLAGS) $(CXXFLAGS) -o $@ $(abspath $<)
        $(DoDep)
 
 # Include the dependencies that are available