]> andersk Git - moira.git/blobdiff - util/makedepend/Imakefile
SOLARIS doesn't do lint.
[moira.git] / util / makedepend / Imakefile
index f47df4857d7ec791abdcdd873d062b528390210f..8a4ca2fbaa46d26f17289c50799e5d3b76d91457 100644 (file)
@@ -20,6 +20,7 @@ SOURCES = \
        ${SRCDIR}/util/makedepend/pr.c \
        ${SRCDIR}/util/makedepend/cppsetup.c \
        ${SRCDIR}/util/makedepend/cpp.ed \
+       ${SRCDIR}/util/makedepend/def.h \
        ${SRCDIR}/util/makedepend/Imakefile \
        ${SRCDIR}/util/makedepend/Makefile
 OBJS = include.o main.o parse.o pr.o cppsetup.o cpp.o cpy.o
@@ -38,6 +39,7 @@ SOURCES = \
        ${SRCDIR}/util/makedepend/parse.c \
        ${SRCDIR}/util/makedepend/pr.c \
        ${SRCDIR}/util/makedepend/cppsetup.c \
+       ${SRCDIR}/util/makedepend/def.h \
        ${SRCDIR}/util/makedepend/Imakefile \
        ${SRCDIR}/util/makedepend/Makefile
 OBJS = include.o main.o parse.o pr.o cppsetup.o
@@ -77,7 +79,6 @@ clean::
        $(RM) cpp.c cpy.? yylex.c
 
 config: $(SOURCES)
-       -mkdir $(DESTDIR)/util
        -mkdir $(DESTDIR)/util/makedepend
        for i in $(SOURCES); do \
                $(RM) ${DESTDIR}/util/makedepend/`basename $$i`; \
This page took 0.174936 seconds and 4 git commands to generate.