Procházet zdrojové kódy

Let system dependant things override common things.

Eric Andersen před 25 roky
rodič
revize
0ad517bb15
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      libc/sysdeps/linux/Makefile

+ 1 - 1
libc/sysdeps/linux/Makefile

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