From db8697588a209b6a59d65eb95592edbac51673ac Mon Sep 17 00:00:00 2001 From: fedor Date: Fri, 3 May 2002 02:21:08 +0000 Subject: [PATCH] Version 1.2.2 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@13580 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog.GNUstep | 4 ++++ GNUmakefile | 2 +- get-runtime-info | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index c589cd1..6613e4b 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,7 @@ +2002-05-02 Adam Fedor + + * GNUmakefile: Version 1.2.2 + Thu Apr 18 11:29:04 2002 Nicola Pero * objc/objc-decls.h: Updated to latest gnustep-make conventions diff --git a/GNUmakefile b/GNUmakefile index 8905480..d62b142 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make PACKAGE_NAME = gnustep-objc -VERSION=1.2.0 +VERSION=1.2.2 CVS_MODULE_NAME = objc diff --git a/get-runtime-info b/get-runtime-info index 7891d4a..5c90837 100755 --- a/get-runtime-info +++ b/get-runtime-info @@ -7,7 +7,7 @@ else fi if test "$GNUSTEP_HOST_OS" = mingw32; then - CC1OBJ=`cygpath -u $CC1OBJ` + CC1OBJ=`$GNUSTEP_MAKEFILES/fixpath.sh -u $CC1OBJ` fi rm -f tmp-runtime echo "" > tmp-runtime