summaryrefslogtreecommitdiff
path: root/httpd/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:30:58 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:30:58 +0000
commit3e14161fd0a8f0b6fb6ec98bc5ded4370e61f048 (patch)
tree7215b6cd3333076eb87934498ebdc59671a28e88 /httpd/Makefile
parent68815423f7e6ebd3c1a84356f6c8a830a59f366c (diff)
downloadvdr-plugin-live-3e14161fd0a8f0b6fb6ec98bc5ded4370e61f048.tar.gz
vdr-plugin-live-3e14161fd0a8f0b6fb6ec98bc5ded4370e61f048.tar.bz2
- silenced make clean in httpd subdir
- now removing .cpp files generated from .ecpp when cleaning
Diffstat (limited to 'httpd/Makefile')
-rw-r--r--httpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/Makefile b/httpd/Makefile
index ffa7f0b..2564585 100644
--- a/httpd/Makefile
+++ b/httpd/Makefile
@@ -30,4 +30,4 @@ libhttpd.a: $(OBJS)
$(AR) r $@ $^
clean:
- rm -f *.o core* libproctools.a proctest $(DEPFILE)
+ @rm -f *.o core* libproctools.a proctest $(DEPFILE)