Quellcode durchsuchen

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

Mike Frysinger vor 20 Jahren
Ursprung
Commit
3606882671
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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