From c97176f1ae2350bc0cae8c0dcd3cfe36f2e99ae4 Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 24 Jan 2007 19:20:06 +0000 Subject: [PATCH] Update old makefiles to reflect current .h files made public. --- lib/agutil/Makefile.old | 2 -- lib/cdt/Makefile.old | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/agutil/Makefile.old b/lib/agutil/Makefile.old index 7d853eb0c..f9bb2c6a3 100644 --- a/lib/agutil/Makefile.old +++ b/lib/agutil/Makefile.old @@ -20,8 +20,6 @@ libagutil.a : $(OBJS) $(RANLIB) libagutil.a install: libagutil.a - $(MKPATH) $(INCDIR) - $(INSTALL) agutil.h $(INCDIR) $(MKPATH) $(LIBDIR) $(INSTALL) libagutil.a $(LIBDIR) diff --git a/lib/cdt/Makefile.old b/lib/cdt/Makefile.old index 4430b7ce6..b1b9409b5 100644 --- a/lib/cdt/Makefile.old +++ b/lib/cdt/Makefile.old @@ -47,8 +47,8 @@ install : libcdt.a $(MKPATH) $(INCDIR) -(rm -f $(INCDIR)/cdt.h $(INCDIR)/dict.h; exit 0) >/dev/null 2>&1 -(rm -f $(LIBDIR)/libcdt.a $(LIBDIR)/libdict.a; exit 0) >/dev/null 2>&1 - cp cdt.h ast_common.h $(INCDIR); ln $(INCDIR)/cdt.h $(INCDIR)/dict.h - cp libcdt.a $(LIBDIR); ln $(LIBDIR)/libcdt.a $(LIBDIR)/libdict.a + cp cdt.h $(INCDIR) + cp libcdt.a $(LIBDIR) -(ranlib $(LIBDIR)/libcdt.a; exit 0) >/dev/null 2>&1 clean : -- 2.40.0