blob: d219c31858fce3140c84cae2895d09eac2975093 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Make 3.82 is much stricter and demands tabs. Obey.
JL - 15/12/10
Upstream-Status: Inappropriate [configuration]
Index: video/Makefile.am
===================================================================
--- video.orig/Makefile.am
+++ video/Makefile.am
@@ -4,5 +4,5 @@ SUBDIRS = src
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp intltool-extract intltool-merge intltool-update install-sh ltmain.sh Makefile.in missing
snapshot:
- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|