]> andersk Git - moira.git/blobdiff - util/imake/Makefile
fix up so it works properly
[moira.git] / util / imake / Makefile
index 5bc2e0805a2bc3e05b1e31b5def724c9a7299db0..9d459a00aa796206de801796eec7d41bb2a78a01 100644 (file)
@@ -10,7 +10,7 @@
              LN = cp
         DESTDIR = 
          SRCDIR = /mit/kerberos/src
-        SOURCES = imake.c ccflags.c Makefile
+        SOURCES = ${SRCDIR}/util/imake/imake.c ${SRCDIR}/util/imake/ccflags.c ${SRCDIR}/util/imake/Makefile
 
 all: imake
 
@@ -42,5 +42,5 @@ config: $(SOURCES)
        -mkdir $(DESTDIR)/util
        -mkdir $(DESTDIR)/util/imake
        for i in $(SOURCES); do \
-               $(RM) ${DESTDIR}/util/imake/$$i; \
-               $(LN) $$i ${DESTDIR}/util/imake/$$i; done
+               $(RM) ${DESTDIR}/util/imake/`basename $$i`; \
+               $(LN) $$i ${DESTDIR}/util/imake/`basename $$i`; done
This page took 0.056715 seconds and 4 git commands to generate.