diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2013-02-23 15:32:23 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2013-02-23 15:32:23 +0100 |
commit | 9c0cd1f2b1b425510417a337aaba9a179ff8ce6e (patch) | |
tree | 41e25fe003cea07ab0d39b96a99972c968570ee5 /httpd | |
parent | 02fd193a7ee3cd183eaa831b88dadfd27fd26c5f (diff) | |
download | vdr-plugin-live-9c0cd1f2b1b425510417a337aaba9a179ff8ce6e.tar.gz vdr-plugin-live-9c0cd1f2b1b425510417a337aaba9a179ff8ce6e.tar.bz2 |
Fixed the 'dist' target of the Makefiles.
Diffstat (limited to 'httpd')
-rw-r--r-- | httpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httpd/Makefile b/httpd/Makefile index 6aa448c..a11d57c 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -40,4 +40,7 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - @rm -f *.o core* libhttpd.a proctest $(DEPFILE) + @rm -f *~ *.o core* libhttpd.a proctest $(DEPFILE) + +dist: clean + @echo "Nothing to do for distribution here ..." |