diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-14 21:23:47 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-14 21:23:47 +0000 |
commit | bea3b8ea356719cd115412ea0f5464e43f6ffdda (patch) | |
tree | 8bacaf062780e150eaab1df90a9bf1c45b6a5a1f /src | |
parent | d8a11b29c10ea7c32ab38185346fd3d31e39bc7d (diff) | |
download | postgresql-bea3b8ea356719cd115412ea0f5464e43f6ffdda.tar.gz postgresql-bea3b8ea356719cd115412ea0f5464e43f6ffdda.zip |
spaces to tab
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/Makefile.darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin index 09f270bf7be..fe167e048dd 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 $@ $< |