]> git.pld-linux.org Git - packages/ctwm.git/blob - ctwm-noxpm.patch
- comipile without xpm files
[packages/ctwm.git] / ctwm-noxpm.patch
1 --- Imakefile.orig      Tue Sep 17 00:17:10 2002
2 +++ Imakefile   Tue Sep 17 00:18:25 2002
3 @@ -145,14 +145,6 @@
4  NormalLibraryTarget(ctwm, libctwm.o)
5  ComplexProgramTarget(ctwm)
6  InstallNonExecFile(system.ctwmrc,$(TWMDIR))
7 -#ifdef XPM
8 -install:: xpm
9 -       MakeDir($(DESTDIR)$(LIBDIR)/ctwm/images)
10 -       @case '${MFLAGS}' in *[i]*) set +e;; esac; \
11 -       for i in xpm/?* ; do \
12 -               (set -x; $(INSTALL) -c $(INSTLIBFLAGS) $$i $(DESTDIR)$(LIBDIR)/ctwm/images); \
13 -       done
14 -#endif
15  
16  gram.h gram.c: gram.y
17         $(YACC) $(YFLAGS) gram.y
This page took 0.094697 seconds and 4 git commands to generate.