summaryrefslogtreecommitdiffstats
path: root/games/gcompris/files/patch-ac
blob: d3151abaff080e9a2ef1694be0f53b9a19abdbaa (plain)
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
--- Makefile.in.orig	Wed Dec  6 09:49:28 2000
+++ Makefile.in	Wed Dec  6 10:29:11 2000
@@ -177,9 +177,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:
 
@@ -487,11 +487,11 @@
 	@$(NORMAL_INSTALL)
 	if test -d pixmaps; then \
 	  $(mkinstalldirs) $(DESTDIR)$(pixmapdir); \
-	  cd pixmaps ; tar cf -  --exclude CVS * | ( cd $(DESTDIR)$(pixmapdir) ; tar xf -) ; cd .. ; \
+	  cd pixmaps ; tar --exclude CVS -cf -  * | ( cd $(DESTDIR)$(pixmapdir) ; tar xf -) ; cd .. ; \
 	fi
 	if test -d data; then \
 	  $(mkinstalldirs) $(DESTDIR)$(leveldatadir); \
-	  cd data ; tar cf -  --exclude CVS * | ( cd $(DESTDIR)$(leveldatadir) ; tar xf -) ; cd .. ; \
+	  cd data ; tar --exclude CVS -cf -  * | ( cd $(DESTDIR)$(leveldatadir) ; tar xf -) ; cd .. ; \
 	fi
 
 dist-hook:
OpenPOWER on IntegriCloud