From a3e7a049b184fc7a2662c97b20c05de8f6ee833d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 8 Oct 2000 21:12:32 +0200 Subject: [PATCH] Cosmetic fix. Rev: src/modules/Oracle/module.pmod.in:1.7 Rev: src/post_modules/GTK/Makefile.in:1.22 --- src/modules/Oracle/module.pmod.in | 4 ++-- src/post_modules/GTK/Makefile.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/Oracle/module.pmod.in b/src/modules/Oracle/module.pmod.in index 67b3137739..0a6f23dd6c 100644 --- a/src/modules/Oracle/module.pmod.in +++ b/src/modules/Oracle/module.pmod.in @@ -8,8 +8,8 @@ class oracle inherit M::oracle : O; object big_query(object(compile_query)|string query, - void|mapping(int|string:int|float|string|multiset(string)) binds, - void|int autocommit) + void|mapping(int|string:int|float|string|multiset(string)) binds, + void|int autocommit) { if(stringp(query)) query=compile_query(query); object ret=query->big_query(binds, autocommit, this_object()); diff --git a/src/post_modules/GTK/Makefile.in b/src/post_modules/GTK/Makefile.in index a202d14d1f..16fe22437d 100644 --- a/src/post_modules/GTK/Makefile.in +++ b/src/post_modules/GTK/Makefile.in @@ -28,9 +28,9 @@ override: sources@WITH_GTK@ sources1: $(RUNPIKE) $(SRCDIR)/make_sources.pike $(SRCDIR)/source - $(MAKE) \ - CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g' -e 's/-W[^ ]*//g' -e 's/-O[^ ]*//g'` -O" \ - SOURCES="`cat sources`" doit + @$(MAKE) \ + CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g' -e 's/-W[^ ]*//g' -e 's/-O[^ ]*//g'` -O" \ + SOURCES="`cat sources`" doit always_build_files_to_compile: $(SOURCES) $(RUNPIKE) $(SRCDIR)/build_pgtk.pike $(SRCDIR) -- GitLab