Tue, 25 Feb 2003 20:13:43 +0100
trunk: changeset 49
acsystem -> system-ac
system-inc.mk | file | annotate | diff | comparison | revisions |
--- a/system-inc.mk Tue Feb 25 20:02:42 2003 +0100 +++ b/system-inc.mk Tue Feb 25 20:13:43 2003 +0100 @@ -1,14 +1,14 @@ -# Use acsystem.mk if it exist, system.mk otherwise. +# Use system-ac.mk if it exist, system.mk otherwise. ifndef TOPDIR TOPDIR=. endif -ifeq ($(TOPDIR)/acsystem.mk,$(wildcard $(TOPDIR)/acsystem.mk)) - # Using acsystem.mk - include $(TOPDIR)/acsystem.mk +ifeq ($(TOPDIR)/system-ac.mk,$(wildcard $(TOPDIR)/system-ac.mk)) + # Using system-ac.mk + include $(TOPDIR)/system-ac.mk else - # Not using acsystem.mk + # Not using system-ac.mk include $(TOPDIR)/system.mk endif