--- np2/x11/Attic/Imakefile 2011/12/16 14:02:05 1.38 +++ np2/x11/Attic/Imakefile 2011/12/24 01:42:23 1.40 @@ -242,10 +242,10 @@ ALLSRCS= $(ASRCS) $(CSRCS) $(CC) -o $@ $(CFLAGS) $(_NOOP_) -c $< xnp2.man: xnp2.man1 - @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $> > $@ + @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $< > $@ xnp2.jman: xnp2.jman1 - @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $> > $@ + @sed -e 's;@PKGDATADIR@;$(LIBDIR)/xnp2;' < $< > $@ ComplexProgramTarget(xnp2) @@ -254,7 +254,7 @@ InstallMultipleFlags(resources/fddseek1. InstallMultipleFlags(../np2tool/np2tool.d88, $(SYSRESPATH), $(INSTDATFLAGS)) clean:: - $(RM) $(OBJS) + $(RM) $(OBJS) xnp2.man xnp2.jman cpuclean: $(RM) $(CPUOBJS)