Explorar el Código

Let system dependant things override common things.

Eric Andersen hace 24 años
padre
commit
0ad517bb15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/Makefile

+ 1 - 1
libc/sysdeps/linux/Makefile

@@ -23,7 +23,7 @@
 TOPDIR=../../
 TOPDIR=../../
 include $(TOPDIR)Rules.mak
 include $(TOPDIR)Rules.mak
 
 
-DIRS = $(TARGET_ARCH) common
+DIRS = common $(TARGET_ARCH)
 ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*)
 ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*)
 
 
 all: libc.a
 all: libc.a