Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ROOL
BuildSys
Commits
daccce4f
Commit
daccce4f
authored
Oct 25, 2019
by
Timothy E Baldwin
Committed by
ROOL
Oct 27, 2019
Browse files
Fix typo in make function name.
make-cppp-depend => make-cpp-depend Version 7.40. Not tagged
parent
8707a1eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
GNUmakefiles/StdRules
GNUmakefiles/StdRules
+1
-1
VersionNum
VersionNum
+4
-4
No files found.
GNUmakefiles/StdRules
View file @
daccce4f
...
...
@@ -41,7 +41,7 @@ endif
$(call make-cpp-depend,$<,$@,$(subst .oz,.dz,$@))
.cpp.oz:
${C++} ${C++FLAGS} ${C_MODULE} -o $@ $<
$(call make-cpp
p
-depend,$<,$@,$(subst .oz,.dz,$@))
$(call make-cpp-depend,$<,$@,$(subst .oz,.dz,$@))
# Assembler source files -> object files
.s.o:
...
...
VersionNum
View file @
daccce4f
...
...
@@ -5,17 +5,17 @@
*/
#define Module_MajorVersion_CMHG 7.40
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 2
0 Jul
2019
#define Module_Date_CMHG 2
7 Oct
2019
#define Module_MajorVersion "7.40"
#define Module_Version 740
#define Module_MinorVersion ""
#define Module_Date "2
0 Jul
2019"
#define Module_Date "2
7 Oct
2019"
#define Module_ApplicationDate "2
0-Jul
-19"
#define Module_ApplicationDate "2
7-Oct
-19"
#define Module_ComponentName "BuildSys"
#define Module_FullVersion "7.40"
#define Module_HelpVersion "7.40 (2
0 Jul
2019)"
#define Module_HelpVersion "7.40 (2
7 Oct
2019)"
#define Module_LibraryVersionInfo "7:40"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment