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

Collapse All | Expand All

(-)foo2zjs/Makefile.org (-1 / +4 lines)
Lines 181-186 Link Here
181
	    -e 's@^PREFIX=.*@PREFIX=$(PREFIX)@' || (rm -f $@ && exit 1)
181
	    -e 's@^PREFIX=.*@PREFIX=$(PREFIX)@' || (rm -f $@ && exit 1)
182
	chmod 555 $@
182
	chmod 555 $@
183
183
184
usb_printerid:
185
	$(CC) $(FCFLAGS) -o $@ usb_printerid.c
186
184
getweb: getweb.in Makefile
187
getweb: getweb.in Makefile
185
	[ ! -f $@ ] || chmod +w $@
188
	[ ! -f $@ ] || chmod +w $@
186
	sed < $@.in > $@ \
189
	sed < $@.in > $@ \
Lines 295-301 Link Here
295
#	$(USBDIR)/hplj1005 install-usermap
298
#	$(USBDIR)/hplj1005 install-usermap
296
299
297
clean:
300
clean:
298
	-rm -f foo2zjs zjsdecode pbmtozjs jbg2pbm
301
	-rm -f $(PROGS)
299
	-rm -f *.zc *.zm
302
	-rm -f *.zc *.zm
300
	-rm -f xxx.* xxxomatic
303
	-rm -f xxx.* xxxomatic
301
	-rm -f foo2zjs.o jbg2pbm.o jbig.o jbig_tab.o zjsdecode.o
304
	-rm -f foo2zjs.o jbg2pbm.o jbig.o jbig_tab.o zjsdecode.o

Return to bug 65156