Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254008 | Differences between
and this patch

Collapse All | Expand All

(-)gutenprint-5.1.7/src/cups/Makefile.am (-1 / +2 lines)
Lines 173-182 all-local: $(INSTALL_DATA_LOCAL_DEPS) Link Here
173
ppd: ppd-stamp
173
ppd: ppd-stamp
174
174
175
ppd-stamp: cups-genppdconfig.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ cups-genppd.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ $(top_srcdir)/src/main/printers.xml $(top_srcdir)/src/main/papers.xml
175
ppd-stamp: cups-genppdconfig.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ cups-genppd.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ $(top_srcdir)/src/main/printers.xml $(top_srcdir)/src/main/papers.xml
176
	$(MAKE) ppd-stamp-pre
176
	$(MAKE) ppd-stamp-phony
177
	$(MAKE) ppd-stamp-phony
177
	touch ppd-stamp
178
	touch ppd-stamp
178
179
179
ppd-stamp-phony: ppd-stamp-pre ppd-nonls $(PPD_NLS)
180
ppd-stamp-phony: ppd-nonls $(PPD_NLS)
180
181
181
ppd-stamp-pre:
182
ppd-stamp-pre:
182
	-$(RM) -r ppd
183
	-$(RM) -r ppd
(-)gutenprint-5.1.7/src/cups/Makefile.in (-1 / +2 lines)
Lines 1042-1051 all-local: $(INSTALL_DATA_LOCAL_DEPS) Link Here
1042
ppd: ppd-stamp
1042
ppd: ppd-stamp
1043
1043
1044
ppd-stamp: cups-genppdconfig.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ cups-genppd.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ $(top_srcdir)/src/main/printers.xml $(top_srcdir)/src/main/papers.xml
1044
ppd-stamp: cups-genppdconfig.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ cups-genppd.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ $(top_srcdir)/src/main/printers.xml $(top_srcdir)/src/main/papers.xml
1045
	$(MAKE) ppd-stamp-pre
1045
	$(MAKE) ppd-stamp-phony
1046
	$(MAKE) ppd-stamp-phony
1046
	touch ppd-stamp
1047
	touch ppd-stamp
1047
1048
1048
ppd-stamp-phony: ppd-stamp-pre ppd-nonls $(PPD_NLS)
1049
ppd-stamp-phony: ppd-nonls $(PPD_NLS)
1049
1050
1050
ppd-stamp-pre:
1051
ppd-stamp-pre:
1051
	-$(RM) -r ppd
1052
	-$(RM) -r ppd

Return to bug 254008