]> granicus.if.org Git - postgresql/commitdiff
spaces to tab
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Nov 2000 21:23:47 +0000 (21:23 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 14 Nov 2000 21:23:47 +0000 (21:23 +0000)
src/makefiles/Makefile.darwin

index 09f270bf7be3bd6ba06b9d1cfe284352f24d2a03..fe167e048dd375837bba7932fa79ede346bb67aa 100644 (file)
@@ -4,4 +4,4 @@ DLSUFFIX = .so
 CFLAGS_SL = -bundle -undefined suppress
  
 %.so: %.o
-        $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<
+       $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<