]> andersk Git - moira.git/blobdiff - util/imake.includes/Makefile
SOLARIS doesn't do lint.
[moira.git] / util / imake.includes / Makefile
index 998f31c31298cae06f812c04c718006d56854fd6..7935285bf61df7825a9174393ccfc3145f45a61a 100644 (file)
@@ -10,7 +10,7 @@
 # Makefile for copying Imake configuration files
 LNSOURCES = \
        ${SRCDIR}/util/imake.includes/Imake.rules \
-       ${SRCDIR}/util/imake.includes/Imake.template
+       ${SRCDIR}/util/imake.includes/Imake.tmpl
 CPSOURCES = ${SRCDIR}/util/imake.includes/config.Imakefile
 DESTDIR =
 SRCDIR = /mit/kerberos/src
@@ -19,7 +19,6 @@ LN = ln -s
 RM = rm -f
 
 config: $(SOURCES)
-       -mkdir $(DESTDIR)/util
        -mkdir $(DESTDIR)/util/imake.includes
        for i in $(CPSOURCES); do \
                $(RM) ${DESTDIR}/util/imake.includes/`basename $$i`; \
This page took 0.564865 seconds and 4 git commands to generate.