summaryrefslogtreecommitdiff
path: root/games/gcompris/files/patch-ac
blob: 3a2a9986299bcdccdda278a20e7fc12512a6f9e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
$FreeBSD$

--- Makefile.in.orig	Tue Apr 17 11:15:52 2001
+++ Makefile.in	Tue Apr 17 11:35:09 2001
@@ -173,9 +173,9 @@
 		rm -f $(srcdir)/stamp-h.in; \
 		$(MAKE) $(srcdir)/stamp-h.in; \
 	else :; fi
-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
-	cd $(top_srcdir) && $(AUTOHEADER)
-	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
+#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
+#	cd $(top_srcdir) && $(AUTOHEADER)
+#	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
 
 mostlyclean-hdr:
 
@@ -456,22 +456,22 @@
 	@$(NORMAL_INSTALL)
 	if test -d pixmaps; then \
 	  $(mkinstalldirs) $(pixmapdir); \
-	  cd pixmaps ; tar cf -  --exclude CVS --exclude .xvpics * | ( cd $(pixmapdir) ; tar xf -) ; cd .. ; \
+	  cd pixmaps ; tar --exclude CVS --exclude .xvpics -cf - * | ( cd $(pixmapdir) ; tar xf -) ; cd .. ; \
 	fi
 	if test -d data; then \
 	  $(mkinstalldirs) $(leveldatadir); \
-	  cd data ; tar cf -  --exclude CVS --exclude .xvpics * | ( cd $(leveldatadir) ; tar xf -) ; cd .. ; \
+	  cd data ; tar --exclude CVS --exclude .xvpics -cf - * | ( cd $(leveldatadir) ; tar xf -) ; cd .. ; \
 	fi
 
 dist-hook:
 	cp gcompris.spec $(distdir)
 	if test -d pixmaps; then \
 	  $(mkinstalldirs) $(distdir)/pixmaps; \
-	  cd pixmaps ; tar cf -  --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/pixmaps ; tar xf -) ; cd .. ; \
+	  cd pixmaps ; tar --exclude CVS --exclude .xvpics -cf - * | ( cd ../$(distdir)/pixmaps ; tar xf -) ; cd .. ; \
 	fi
 	if test -d data; then \
 	  $(mkinstalldirs) $(distdir)/data; \
-	  cd data ; tar cf -  --exclude CVS --exclude .xvpics * | ( cd ../$(distdir)/data ; tar xf -) ; cd .. ; \
+	  cd data ; tar --exclude CVS --exclude .xvpics -cf - * | ( cd ../$(distdir)/data ; tar xf -) ; cd .. ; \
 	fi
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.