mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 21:01:12 -05:00
fix whitespace
This commit is contained in:
parent
6f1a407731
commit
d7b5a31ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ $(shlib): $(OBJS) $(DLL_DEFFILE) | $(SHLIB_PREREQS)
|
|||
$(stlib): $(shlib) $(DLL_DEFFILE) | $(SHLIB_PREREQS)
|
||||
$(DLLTOOL) --dllname $(shlib) $(DLLTOOL_LIBFLAGS) --def $(DLL_DEFFILE) --output-lib $@
|
||||
|
||||
endif # PORTNAME == cygwin
|
||||
endif # PORTNAME == cgywin
|
||||
endif # PORTNAME == cygwin || PORTNAME == win32
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue