mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 22:40:38 +01:00
defs-orig.mk: Rename to defs.mk
Rename defs-orig.mk to defs.mk.
This commit is contained in:
parent
ca503ff292
commit
e8b6a9d399
2 changed files with 4 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
1.1.0-21-dev
|
1.1.0-22-dev
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@ GCC_MAJOR = $(shell gcc -v 2>&1 | grep version | awk '{ split($$3,a,"."); pri
|
||||||
GCC_MINOR = $(shell gcc -v 2>&1 | grep version | awk '{ split($$3,a,"."); print a[2];}')
|
GCC_MINOR = $(shell gcc -v 2>&1 | grep version | awk '{ split($$3,a,"."); print a[2];}')
|
||||||
GCC_REV = $(shell gcc -v 2>&1 | grep version | awk '{ split($$3,a,"."); print a[3];}')
|
GCC_REV = $(shell gcc -v 2>&1 | grep version | awk '{ split($$3,a,"."); print a[3];}')
|
||||||
|
|
||||||
|
YTOOLS_VERSION = @PACKAGE_VERSION@
|
||||||
|
YTOOLS_VERSION_STR = \"@PACKAGE_VERSION@\"
|
||||||
|
|
||||||
#ifndef $(TOPDIR)
|
#ifndef $(TOPDIR)
|
||||||
# TOPDIR := $(MODDIR)
|
# TOPDIR := $(MODDIR)
|
||||||
#endif
|
#endif
|
||||||
Loading…
Add table
Add a link
Reference in a new issue