X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fport.mk;h=8da5214b70319dc02dc74ab2544a2023269b15c0;hb=bb226788dab3832b0ec0cda70874ce3fce4eebc6;hp=466a2eae0bc40f8152987cbe212a9fd07b322570;hpb=c42e9051755428d14eb620abc9eda86d43479a1a;p=fw%2Fsdcc diff --git a/src/port.mk b/src/port.mk index 466a2eae..8da5214b 100644 --- a/src/port.mk +++ b/src/port.mk @@ -26,7 +26,7 @@ PREBUILD += $(PEEPRULES) all: $(PREBUILD) dep $(LIB) -include $(top_builddir)Makefile.common +include $(top_builddir)/Makefile.common $(LIB): $(OBJ) rm -f $(LIB) @@ -43,7 +43,7 @@ Makefile.dep: $(PREBUILD) Makefile $(SOURCES) $(SPECIAL) # don't include Makefile.dep for the listed targets: ifeq "$(findstring $(MAKECMDGOALS),clean distclean)" "" - include Makefile.dep + -include Makefile.dep endif include $(srcdir)/../port-clean.mk