aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/Makefile b/res/Makefile
index 9ee5a2e62..c8781ed1c 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -45,9 +45,6 @@ MODS:=$(patsubst %,%.so,$(SELECTED_MODS))
all: $(MODS)
install: all
- rm -f $(DESTDIR)$(ASTHEADERDIR)/parking.h
- rm -f $(DESTDIR)$(MODULES_DIR)/app_agi.so
- rm -f $(DESTDIR)$(MODULES_DIR)/res_parking.so
for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
@if [ x`which mpg123 2>/dev/null | grep -v '^no'` != x ] ; then \
if mpg123 --longhelp 2>&1 | grep -q .59r 2>&1 >/dev/null ; then echo ; else \