summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Burnicki <martin.burnicki@meinberg.de>2022-09-07 19:21:56 +0200
committerMartin Burnicki <martin.burnicki@meinberg.de>2022-09-07 19:21:56 +0200
commitf8f9f5c81a6361d126a31df5c08d21ab7895814e (patch)
tree8632b18586678f5743766f6b382936b7f0c794e2
parentaec234a7975f35e6c1227a95a5c22017e94fc621 (diff)
downloadmbgtools-lx-f8f9f5c81a6361d126a31df5c08d21ab7895814e.tar.gz
mbgtools-lx-f8f9f5c81a6361d126a31df5c08d21ab7895814e.zip
Change name of a sub-makefile to lowercase
-rw-r--r--Makefile6
-rw-r--r--makefile-supp-syn1588.mk (renamed from Makefile-supp-syn1588.mk)4
2 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9a6a2c2..541b52d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,14 @@
#########################################################################
#
-# $Id: Makefile 1.38 2022/07/25 16:42:04 martin.burnicki REL_M $
+# $Id: Makefile 1.39 2022/09/07 16:55:49 martin.burnicki REL_M $
#
# Makefile for mbgtools-lx which recurses into the subdirectories.
#
# -----------------------------------------------------------------------
# $Log: Makefile $
+# Revision 1.39 2022/09/07 16:55:49 martin.burnicki
+# Updated name of sub-makefile to be included.
# Revision 1.38 2022/07/25 16:42:04 martin.burnicki
# Support getting full version string from git.
# Revision 1.37 2022/03/23 15:38:20 martin.burnicki
@@ -245,7 +247,7 @@ ALT_SYSTEM = $(SYSTEM_WIN32)
# The file included here provides definitions
# for SYN1588 support and uses TGT_SYSTEM and
# ALT_SYSTEM defined above.
-include $(TOPDIR)/Makefile-supp-syn1588.mk
+include $(TOPDIR)/makefile-supp-syn1588.mk
# Macros useful to run individual commands as root:
diff --git a/Makefile-supp-syn1588.mk b/makefile-supp-syn1588.mk
index 37a04cf..d19e257 100644
--- a/Makefile-supp-syn1588.mk
+++ b/makefile-supp-syn1588.mk
@@ -1,13 +1,13 @@
#########################################################################
#
-# $Id: Makefile-supp-syn1588.mk 1.4 2022/07/06 14:39:27 martin.burnicki REL_M $
+# $Id: makefile-supp-syn1588.mk 1.4 2022/07/06 14:39:27 martin.burnicki REL_M $
#
# Makefile to be included in the top-level makefile
# of projects with SYN1588 support.
#
# -----------------------------------------------------------------------
-# $Log: Makefile-supp-syn1588.mk $
+# $Log: makefile-supp-syn1588.mk $
# Revision 1.4 2022/07/06 14:39:27 martin.burnicki
# Updated syn1588 module list.
# Revision 1.3 2022/05/30 09:23:28 martin.burnicki