Обсуждение: patch mistake of Makfile

Поиск
Список
Период
Сортировка

patch mistake of Makfile

От
"Hiroshi Saito"
Дата:
Hi Andreas.

Please check it.

--- src/Makefile.in.orig        Wed Jul 28 00:48:53 2004
+++ src/Makefile.in     Wed Jul 28 00:49:09 2004
@@ -201,7 +201,7 @@
 include/frmQuery.h include/frmSplash.h \
 include/frmStatus.h include/frmMaintenance.h \
 include/frmBackup.h include/frmRestore.h \
-include/misc.h include\pgfeatures.h include/pgAdmin3.h include/pgAggregate.h \
+include/misc.h include/pgfeatures.h include/pgAdmin3.h include/pgAggregate.h \
 include/pgCast.h include/pgCheck.h include/pgCollection.h \
 include/pgColumn.h include/pgConn.h include/pgTablespace.h \
 include/pgConstraints.h include/pgConversion.h \

regards,
Hiroshi Saito

Re: patch mistake of Makfile

От
Andreas Pflug
Дата:
Hiroshi Saito wrote:
> Hi Andreas.
>
> Please check it.
>
> --- src/Makefile.in.orig        Wed Jul 28 00:48:53 2004
> +++ src/Makefile.in     Wed Jul 28 00:49:09 2004
> @@ -201,7 +201,7 @@
>  include/frmQuery.h include/frmSplash.h \
>  include/frmStatus.h include/frmMaintenance.h \
>  include/frmBackup.h include/frmRestore.h \
> -include/misc.h include\pgfeatures.h include/pgAdmin3.h include/pgAggregate.h \
> +include/misc.h include/pgfeatures.h include/pgAdmin3.h include/pgAggregate.h \

Oops!
fixed.

Regards,
Andreas