mirror of
https://github.com/postgres/postgres.git
synced 2025-10-18 04:29:09 +03:00
Allow installation into directories containing spaces in the name.
This commit is contained in:
@@ -28,10 +28,10 @@ pgmsgevent.o: pgmsgevent.rc win32ver.rc
|
||||
all-lib: $(NAME)
|
||||
|
||||
install-lib: $(NAME)
|
||||
$(INSTALL_STLIB) $< $(DESTDIR)$(libdir)/$<
|
||||
$(INSTALL_STLIB) $< '$(DESTDIR)$(libdir)/$<'
|
||||
|
||||
uninstall-lib:
|
||||
rm -f $(DESTDIR)$(libdir)/$(NAME)
|
||||
rm -f '$(DESTDIR)$(libdir)/$(NAME)'
|
||||
|
||||
clean distclean:
|
||||
rm -f $(OBJS) $(NAME) win32ver.rc
|
||||
|
Reference in New Issue
Block a user