]> andersk Git - moira.git/commitdiff
fix up so it works properly
authorjtkohl <jtkohl>
Mon, 16 Jan 1989 21:33:46 +0000 (21:33 +0000)
committerjtkohl <jtkohl>
Mon, 16 Jan 1989 21:33:46 +0000 (21:33 +0000)
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.293737 seconds and 5 git commands to generate.