diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.47 2007/08/21 21:56:44 tadi Exp $ +# $Id: Makefile,v 1.48 2007/08/22 21:28:26 tadi Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -150,4 +150,4 @@ clean: make -C $$dir clean ; \ done -.PRECIOUS: $(I18Npot) $(I18Npo) +.PRECIOUS: $(I18Npo) |