X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Fpic16%2Flibdev%2FMakefile.in;h=a7494489b367e46a69f031c5efc31ed911b931fa;hb=d25410272593de279e84cf891961c535b8c7fc70;hp=5c0246eff889977fb696753169f5d0fd9d0dd9e7;hpb=4fa52c899d3553b51d56db35d035f17b7e22e66b;p=fw%2Fsdcc diff --git a/device/lib/pic16/libdev/Makefile.in b/device/lib/pic16/libdev/Makefile.in index 5c0246ef..a7494489 100644 --- a/device/lib/pic16/libdev/Makefile.in +++ b/device/lib/pic16/libdev/Makefile.in @@ -30,9 +30,9 @@ TARGETS = $(OBJS:.o=.lib) # [...]/devicelibs would be the default target) suball : all -.PHONY : $(top_builddir)$(builddir)/device_libs suball +.PHONY : $(top_builddir)/$(builddir)/device_libs suball -$(top_builddir)$(builddir)/device_libs : - $(Q)+$(foreach dev,$(C_FILES:.c=),$(MAKE) $(top_builddir)$(builddir)/$(dev).lib LIB_O=$(top_builddir)$(builddir)/$(dev).o;) +$(top_builddir)/$(builddir)/device_libs : + $(Q)+$(foreach dev,$(C_FILES:.c=),$(MAKE) $(top_builddir)/$(builddir)/$(dev).lib LIB_O=$(top_builddir)/$(builddir)/$(dev).o;) include $(top_srcdir)/Makefile.subdir