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