diff --git a/src/modules/Oracle/module.pmod.in b/src/modules/Oracle/module.pmod.in
index 67b31377392014c9a74e4b0e221918551bc5377a..0a6f23dd6c203cbd2387af846b1dfa2493083dad 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 a202d14d1f00969c687c49669665586484aa4855..16fe22437d57a7aef089d40e73e1373b7fa99882 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)