From: Peter Eisentraut Date: Tue, 14 Nov 2000 21:23:47 +0000 (+0000) Subject: spaces to tab X-Git-Tag: REL7_1_BETA~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bea3b8ea356719cd115412ea0f5464e43f6ffdda;p=postgresql spaces to tab --- diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin index 09f270bf7b..fe167e048d 100644 --- a/src/makefiles/Makefile.darwin +++ b/src/makefiles/Makefile.darwin @@ -4,4 +4,4 @@ DLSUFFIX = .so CFLAGS_SL = -bundle -undefined suppress %.so: %.o - $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $< + $(CC) $(CFLAGS) $(CFLAGS_SL) -o $@ $<