Date: Saturday August 23, 2003 @ 1:14 Author: cameron Update of /home/netrek/cvsroot/Vanilla/keycomp In directory swashbuckler.real-time.com:/var/tmp/cvs-serv28837/keycomp Modified Files: Makefile.in Log Message: Makefile.in mods for GNU standards **************************************** Index: Vanilla/keycomp/Makefile.in diff -u Vanilla/keycomp/Makefile.in:1.3 Vanilla/keycomp/Makefile.in:1.4 --- Vanilla/keycomp/Makefile.in:1.3 Tue May 1 21:00:19 2001 +++ Vanilla/keycomp/Makefile.in Sat Aug 23 01:14:19 2003 @@ -37,11 +37,11 @@ touch lint install: rsa_keycomp rsa_key2cap - - at if [ ! -d $(LIBDIR) ]; then \ - /bin/mkdir $(LIBDIR); \ + - at if [ ! -d $(DESTDIR)$(LIBDIR) ]; then \ + /bin/mkdir $(DESTDIR)$(LIBDIR); \ fi - $(INSTALLPROG) $(INSTALLOPTS) rsa_keycomp $(LIBDIR)/rsa_keycomp - $(INSTALLPROG) $(INSTALLOPTS) rsa_key2cap $(LIBDIR)/rsa_key2cap + $(INSTALLPROG) $(INSTALLOPTS) rsa_keycomp $(DESTDIR)$(LIBDIR)/rsa_keycomp + $(INSTALLPROG) $(INSTALLOPTS) rsa_key2cap $(DESTDIR)$(LIBDIR)/rsa_key2cap clean: rmdependencies /bin/rm -f *.o *.ln core rsa_keycomp rsa_key2cap _______________________________________________ vanilla-devel mailing list vanilla-devel at us.netrek.org https://mailman.real-time.com/mailman/listinfo/vanilla-devel