Selaa lähdekoodia

- missing include Makefile.targets

Andrei Pelinescu-Onciul 17 vuotta sitten
vanhempi
commit
eefcb29d58
3 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 1 0
      Makefile.libs
  2. 1 0
      Makefile.modules
  3. 1 0
      utils/gen_ha1/Makefile

+ 1 - 0
Makefile.libs

@@ -88,6 +88,7 @@ LDFLAGS:=$(LIB_LDFLAGS) $(NAME_LD_FLAGS)
 NAME:=$(LIB_NAME)
 
 
+include $(COREPATH)/Makefile.targets
 include $(COREPATH)/Makefile.rules
 
 ifeq	(,$(filter clean %clean clean% proper %proper proper%, $(MAKECMDGOALS)))

+ 1 - 0
Makefile.modules

@@ -51,6 +51,7 @@ LDFLAGS:=$(MOD_LDFLAGS)
 endif
 
 
+include $(COREPATH)/Makefile.targets
 include $(COREPATH)/Makefile.rules
 
 

+ 1 - 0
utils/gen_ha1/Makefile

@@ -11,6 +11,7 @@ LIBS=../../md5.o
 
 
 include ../../Makefile.sources
+include ../../Makefile.targets
 include ../../Makefile.rules
 
 modules: