]> andersk Git - moira.git/commitdiff
have sms_untar look in ../include for the copyright header
authormar <mar>
Thu, 5 Oct 1989 17:38:08 +0000 (17:38 +0000)
committermar <mar>
Thu, 5 Oct 1989 17:38:08 +0000 (17:38 +0000)
update/Makefile

index 33b26b6a86e82fa54767c082c34619626dbb0ffa..a42011b672f39654ecd23a045da41cfe3893f2b5 100644 (file)
@@ -40,7 +40,7 @@ sms_update.o: ${COBJS}
        ld -r -o sms_update.o ${COBJS}
 
 sms_untar: sms_untar.c
-       cc -o sms_untar sms_untar.c
+       cc -o sms_untar ${INCS} sms_untar.c
 
 
 clean: 
This page took 0.618407 seconds and 5 git commands to generate.