]> andersk Git - moira.git/blobdiff - db/Makefile
make the install's -c
[moira.git] / db / Makefile
index b170fee6a7861c29337fabf5b5b338bba1b2270a..ac29d43a5566d3aad3e8a69bafbb8a7a8745514d 100644 (file)
@@ -15,7 +15,7 @@ CFLAGS= -I../include -O
        rm -f $*.c
        /usr/rtingres/bin/eqc -p $*
 
-all: newmoira class convert imembers
+all: newmoira class imembers
 
 imembers: imembers.o
        cc -o imembers imembers.o ../lib/libsms.a ${INGLIB}
@@ -39,7 +39,7 @@ clean:
        rm -f imembers.c imembers
 
 install: newmoira
-       install newmoira ../bin
+       install -c newmoira ../bin
 
 depend: ${SRCS}
        mkdep ${CFLAGS} ${SRCS}
This page took 0.046141 seconds and 4 git commands to generate.