* src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
[fw/sdcc] / device / lib / pic16 / libdev / Makefile
index 804ed151d263605c069424b4cb3e1a8715417fbd..c56128b539431ee64d190fff4ac605486aca4b7c 100644 (file)
@@ -27,9 +27,9 @@ TARGETS = $(OBJS:.o=.lib)
 # [...]/devicelibs would be the default target)
 suball : all
 
-.PHONY : $(topsrcdir)/$(builddir)/device_libs 
+.PHONY : $(topsrcdir)/$(builddir)/device_libs suball
 
 $(topsrcdir)/$(builddir)/device_libs :
-       $(Q)$(foreach dev,$(C_FILES:.c=),make $(topsrcdir)/$(builddir)/$(dev).lib LIB_O=$(topsrcdir)/$(builddir)/$(dev).o;)
+       $(Q)+$(foreach dev,$(C_FILES:.c=),$(MAKE) $(topsrcdir)/$(builddir)/$(dev).lib LIB_O=$(topsrcdir)/$(builddir)/$(dev).o;)
 
 include $(topsrcdir)/Makefile.subdir