Просмотр исходного кода

oops, we dont want to use relative paths for the header files

Mike Frysinger 19 лет назад
Родитель
Сommit
3606882671
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ldso/libdl/Makefile

+ 1 - 1
ldso/libdl/Makefile

@@ -66,7 +66,7 @@ libdl.o: libdl.c $(TOPDIR)ldso/include/*.h
 	$(CC) $(XXFLAGS_NOPIC) -c libdl.c -o libdl.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
-libdl_pic.o: libdl.c ../include/*.h
+libdl_pic.o: libdl.c $(TOPDIR)ldso/include/*.h
 	$(CC) $(XXFLAGS) -c libdl.c -o libdl_pic.o
 	$(STRIPTOOL) -x -R .note -R .comment $*.o