defs-orig.mk: Rename to defs.mk

Rename defs-orig.mk to defs.mk.
This commit is contained in:
Jan Lindemann 2002-07-21 10:04:51 +00:00 committed by Jan Lindemann
commit e8b6a9d399
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1 @@
1.1.0-21-dev
1.1.0-22-dev

View file

@ -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_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)
# TOPDIR := $(MODDIR)
#endif