summaryrefslogtreecommitdiff
path: root/src/bin/pgevent/Makefile
diff options
context:
space:
mode:
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