summaryrefslogtreecommitdiff
path: root/src/bin/pgevent/Makefile
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2005-12-09 21:19:36 +0000
committerPeter Eisentraut <peter_e@gmx.net>2005-12-09 21:19:36 +0000
commita29c04a541def774b10b8f119efe3724d92ee99a (patch)
tree28e96bef9320953bb4b1c0e72760718338fa7bcb /src/bin/pgevent/Makefile
parent3a20db975e73b507e8bf43fcbddd84d253ee78ef (diff)
downloadpostgresql-a29c04a541def774b10b8f119efe3724d92ee99a.tar.gz
Allow installation into directories containing spaces in the name.
Diffstat (limited to 'src/bin/pgevent/Makefile')
-rw-r--r--src/bin/pgevent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgevent/Makefile b/src/bin/pgevent/Makefile
index 8309496670..55b2b154b2 100644
--- a/src/bin/pgevent/Makefile
+++ b/src/bin/pgevent/Makefile
@@ -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