Explorar el Código

Do not need ordered includes anymore

Peter S. Mazinger hace 18 años
padre
commit
bde524e962
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Makefile.in

+ 1 - 2
Makefile.in

@@ -21,9 +21,8 @@ all: pregen libs
 # In this section, we need .config
 -include .config.cmd
 
-include $(top_srcdir)ldso/ldso/Makefile.in
+include $(top_srcdir)ldso/Makefile.in
 include $(top_srcdir)libc/Makefile.in
-include $(top_srcdir)ldso/libdl/Makefile.in
 include $(top_srcdir)libcrypt/Makefile.in
 include $(top_srcdir)libintl/Makefile.in
 include $(top_srcdir)libm/Makefile.in