summaryrefslogtreecommitdiff
path: root/agi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'agi/Makefile')
-rw-r--r--agi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 9be10001c..fd5219f77 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -40,11 +40,11 @@ eagi-test: eagi-test.o strcompat.o
eagi-sphinx-test: eagi-sphinx-test.o
install: all
- $(INSTALL) -d $(DESTDIR)$(AGI_DIR)
- for x in $(AGIS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(AGI_DIR) ; done
+ $(INSTALL) -d "$(DESTDIR)$(AGI_DIR)"
+ for x in $(AGIS); do $(INSTALL) -m 755 $$x "$(DESTDIR)$(AGI_DIR)" ; done
uninstall:
- for x in $(AGIS); do rm -f $(DESTDIR)$(AGI_DIR)/$$x ; done
+ for x in $(AGIS); do rm -f "$(DESTDIR)$(AGI_DIR)/$$x" ; done
clean:
rm -f *.so *.o look eagi-test eagi-sphinx-test