X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fport.mk;h=8da5214b70319dc02dc74ab2544a2023269b15c0;hb=80972b2e54c9b88f11c27b878874fd2a6a681391;hp=466a2eae0bc40f8152987cbe212a9fd07b322570;hpb=043c22a94f39d137aaa14e5b54ec2a3e076580c9;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